Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2022-02-13)

### Bug Fixes

* **husky:** fix commit message hook ([3440382](3440382))
* **lockfile:** fix package lock version ([1e6d83e](1e6d83e))
* remove rimraf from script ([b87980c](b87980c))
* **tsconfig:** add excluded paths to tsconfig ([18f2d22](18f2d22))
* **tsconfig:** exclude out dir ([d738619](d738619))

### Features

* add workflows ([c3c1fbe](c3c1fbe))
* **eslint:** add editorconfig plugin ([70f1ae9](70f1ae9)), closes [#1](#1)
* initial commit ([c023550](c023550))
  • Loading branch information
semantic-release-bot committed Feb 13, 2022
1 parent eb1d142 commit 2c12b1a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 1.0.0 (2022-02-13)


### Bug Fixes

* **husky:** fix commit message hook ([3440382](https://github.com/khaosdoctor/template-node-ts/commit/344038252ce21db7e8afe9ab13df869a82eabb89))
* **lockfile:** fix package lock version ([1e6d83e](https://github.com/khaosdoctor/template-node-ts/commit/1e6d83ec386eb0a01267ede85525bce6825f03b2))
* remove rimraf from script ([b87980c](https://github.com/khaosdoctor/template-node-ts/commit/b87980cd0750befd60d5561f3070f599ca1b182d))
* **tsconfig:** add excluded paths to tsconfig ([18f2d22](https://github.com/khaosdoctor/template-node-ts/commit/18f2d22bdc83b82261e5dcd669b741d001d84497))
* **tsconfig:** exclude out dir ([d738619](https://github.com/khaosdoctor/template-node-ts/commit/d73861959f5eba9a34e7dd1a580e6505ef73df56))


### Features

* add workflows ([c3c1fbe](https://github.com/khaosdoctor/template-node-ts/commit/c3c1fbe874ce93f9900dd5436ab25a65a683ff9d))
* **eslint:** add editorconfig plugin ([70f1ae9](https://github.com/khaosdoctor/template-node-ts/commit/70f1ae97911b32c7a2412a60eb47ae3ff919c6d6)), closes [#1](https://github.com/khaosdoctor/template-node-ts/issues/1)
* initial commit ([c023550](https://github.com/khaosdoctor/template-node-ts/commit/c023550d3a581cc05457776ba863c28064a5a1f9))

0 comments on commit 2c12b1a

Please sign in to comment.