Skip to content

Commit 89eba91

Browse files
release: 1.0.1 (#37)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent dc432cd commit 89eba91

File tree

4 files changed

+14
-16
lines changed

4 files changed

+14
-16
lines changed

.changeset/seven-eagles-smash.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/soft-wolves-notice.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# types-react-codemod
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- [#33](https://github.com/eps1lon/types-react-codemod/pull/33) [`59e5624`](https://github.com/eps1lon/types-react-codemod/commit/59e56241e7a3f39b2e7c4983662fcb76691e265b) Thanks [@eps1lon](https://github.com/eps1lon)! - Remove repository config files from release.
8+
9+
These files are only relevant for development.
10+
11+
* [#40](https://github.com/eps1lon/types-react-codemod/pull/40) [`e425cc9`](https://github.com/eps1lon/types-react-codemod/commit/e425cc954bb083bcde44178ce91d6064269f73a6) Thanks [@eps1lon](https://github.com/eps1lon)! - Remove test files from release.
12+
13+
There's a charm to having these in the release but nobody reads them anyway.
14+
And for testing you need the dev setup which is probably not available if inside node_modules.
15+
316
## 1.0.0
417

518
### Major Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "types-react-codemod",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"bin": "bin/types-react-codemod.cjs",
55
"scripts": {
66
"format": "prettier . --write",

0 commit comments

Comments
 (0)