Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## 1.0.0 (2021-12-16)

### Features

* add semantic-release, complete config ([3f97686](3f97686))
* init project ([6816b98](6816b98))

* add commitlint ([67837fb](67837fb))
* add github action ([183cb73](183cb73))
* add husky and lint-staged ([842b9b2](842b9b2))
* add License ([e14ae03](e14ae03))
* add lint config ([eb2f774](eb2f774))
* change commitlint rules, body-max-line-length to Infinity ([0ab6c2c](0ab6c2c))
* fix error ([84ca28f](84ca28f))
* fix release plugins order ([d07e2fa](d07e2fa))
* ready to add semantic release tool ([26be3f0](26be3f0))
* update ([963a719](963a719))
* update config ([b288bb2](b288bb2))
  • Loading branch information
semantic-release-bot committed Dec 16, 2021
1 parent 0ab6c2c commit 3a9c84d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## 1.0.0 (2021-12-16)


### Features

* add semantic-release, complete config ([3f97686](https://github.com/iamyoki/transition-hook/commit/3f976869abe9001d149d5fb967b41186db52431c))
* init project ([6816b98](https://github.com/iamyoki/transition-hook/commit/6816b981f631ab93c3d243c6c711c4b5792284c3))


* add commitlint ([67837fb](https://github.com/iamyoki/transition-hook/commit/67837fb81f4cdb40901b1431854ee671809e953d))
* add github action ([183cb73](https://github.com/iamyoki/transition-hook/commit/183cb73af3d67e437b21afea02ae723fd76e0a19))
* add husky and lint-staged ([842b9b2](https://github.com/iamyoki/transition-hook/commit/842b9b25ccfdf5221dca34cbace5902cde119774))
* add License ([e14ae03](https://github.com/iamyoki/transition-hook/commit/e14ae034fda91ee1194b716a95a79588c7cf3231))
* add lint config ([eb2f774](https://github.com/iamyoki/transition-hook/commit/eb2f77449dd84340ea24381db5df1108daa238dc))
* change commitlint rules, body-max-line-length to Infinity ([0ab6c2c](https://github.com/iamyoki/transition-hook/commit/0ab6c2c32378e9ba354b0575ea96fa131b602145))
* fix error ([84ca28f](https://github.com/iamyoki/transition-hook/commit/84ca28f1e2800edd36466d29447abffe096ea0ad))
* fix release plugins order ([d07e2fa](https://github.com/iamyoki/transition-hook/commit/d07e2fac943cabb2904c27dc851530fd9cddf242))
* ready to add semantic release tool ([26be3f0](https://github.com/iamyoki/transition-hook/commit/26be3f01c0d6300154f9bbc30f2963607f6fa24f))
* update ([963a719](https://github.com/iamyoki/transition-hook/commit/963a719f9cf8bbd38eeaf10503f5147e8577ffa0))
* update config ([b288bb2](https://github.com/iamyoki/transition-hook/commit/b288bb2c112ba87e1fbf0cc328af96e0e5484460))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "transition-hook",
"version": "0.0.0-development",
"version": "1.0.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down

0 comments on commit 3a9c84d

Please sign in to comment.