Skip to content

Commit

Permalink
chore(release): Bump version to 1.0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswells0 committed Jul 8, 2023
1 parent 070d0fa commit c10f1c2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.0.6](https://github.com/chriswells0/node-typescript-template/compare/v1.0.5...v1.0.6) (2023-07-08)


### Bug Fixes

* make "clean" script command work cross-platform ([43243c4](https://github.com/chriswells0/node-typescript-template/commit/43243c4707342f332bf5819b31e7f812978fd7c5)), closes [#356](https://github.com/chriswells0/node-typescript-template/issues/356)



## [1.0.5](https://github.com/chriswells0/node-typescript-template/compare/v1.0.4...v1.0.5) (2023-03-02)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-template",
"version": "1.0.5",
"version": "1.0.6",
"description": "A complete Node.js project template using TypeScript and following general best practices.",
"keywords": [
"typescript",
Expand Down

0 comments on commit c10f1c2

Please sign in to comment.