Skip to content

Commit 939612b

Browse files
committed
release: 1.0.0
1 parent a413f6d commit 939612b

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
## 1.0.0 (2024-05-14)
6+
7+
### Features
8+
9+
- add transform + CLI + vitest + config ([#1](https://github.com/jowapp/codemod/issues/1)) ([8ee5f86](https://github.com/jowapp/codemod/commit/8ee5f8674e26cacb203112c8396359ed1fa2eedf))
10+
- add transform to remove forward ref ([#3](https://github.com/jowapp/codemod/issues/3)) ([134491a](https://github.com/jowapp/codemod/commit/134491a9b6f0da05110731f00042219e9f3f5336))
11+
12+
### Bug Fixes
13+
14+
- cleanup ([df35a5e](https://github.com/jowapp/codemod/commit/df35a5e3990919ed725b2b383c42c5831f076361))
15+
- rebase and review ([140290f](https://github.com/jowapp/codemod/commit/140290f17f6c8cce941153c257433876c3bc5898))
16+
- review ([771abb6](https://github.com/jowapp/codemod/commit/771abb6d292cc92f6880a7f79abb96fa05917617))
17+
- review ([8ba6b4a](https://github.com/jowapp/codemod/commit/8ba6b4a5bf7759c04fb7fa390ee3852445a8dea8))
18+
- review ([e7c01d9](https://github.com/jowapp/codemod/commit/e7c01d988a5e9ae75eea880ba73a811a87676f2d))
19+
- review ([bfbffe1](https://github.com/jowapp/codemod/commit/bfbffe1a1fc81757a9ed3c890cf608c22c3231c7))
20+
- review ([eeaa885](https://github.com/jowapp/codemod/commit/eeaa88593c0f7837bfd1a806680a22044eb4bb59))
21+
22+
### Misc Changes
23+
24+
- add prepublish script ([a15ebbf](https://github.com/jowapp/codemod/commit/a15ebbf1511aa0a4d8071c833058ad3a37b8eeed))
25+
- add test workflows ([#2](https://github.com/jowapp/codemod/issues/2)) ([16150dc](https://github.com/jowapp/codemod/commit/16150dc424efd88ee44bf151c59cee419bf37197))
26+
- change concurrency and name for release ([a413f6d](https://github.com/jowapp/codemod/commit/a413f6d01d750be60d3800f45a5c5179ea8c4c92))
27+
- clean react.func-default-props-to-params ([3fde551](https://github.com/jowapp/codemod/commit/3fde551ca155c66b5b91598d52de686c7b1cff2b))
28+
- clean README + package ([26e58a8](https://github.com/jowapp/codemod/commit/26e58a8bcc354dc3944c52546c7a48d5784dccfa))
29+
- clean tests ([4140f8a](https://github.com/jowapp/codemod/commit/4140f8a514c696b9a3c5c3f0d26e49f9523c885d))
30+
- init files ([7d6e28f](https://github.com/jowapp/codemod/commit/7d6e28f096faa41d676279ed4f2d86ebe1216b68))
31+
- initial commit ([b25dcfb](https://github.com/jowapp/codemod/commit/b25dcfb7e455e0095bf1457c9a098294709af65c))
32+
- new release workflow ([#4](https://github.com/jowapp/codemod/issues/4)) ([a04a220](https://github.com/jowapp/codemod/commit/a04a220747f2da3384609ac3e216bf3b6a8c60ee))
33+
- update README.md ([db685e9](https://github.com/jowapp/codemod/commit/db685e904e77044fbe2366831d21158add224d51))
34+
- update README.md ([9143056](https://github.com/jowapp/codemod/commit/914305611b6c871cfaf8235395d9dae70dc26931))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jowapp/codemod",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "Simple set of codemod transformations",
55
"bugs": {
66
"url": "https://github.com/jowapp/codemod/issues"

0 commit comments

Comments
 (0)