Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci] # [1.2.0](v1.1.0...v1.2.0) (2024-01-31)
Browse files Browse the repository at this point in the history
### Features

* configure prettier, eslint, husky and lint-staged ([494270d](494270d))
* configure prettier, eslint, husky and lint-staged ([#5](#5)) ([c5f005b](c5f005b))
* exclude dist and node_modules from eslint ([5e8ac45](5e8ac45))
  • Loading branch information
semantic-release-bot committed Jan 31, 2024
1 parent c5f005b commit 9759f72
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# [1.2.0](https://github.com/AllanOricil/js-template/compare/v1.1.0...v1.2.0) (2024-01-31)

### Features

- configure prettier, eslint, husky and lint-staged ([494270d](https://github.com/AllanOricil/js-template/commit/494270d22c823716b7abd3d48a70abd9c146771b))
- configure prettier, eslint, husky and lint-staged ([#5](https://github.com/AllanOricil/js-template/issues/5)) ([c5f005b](https://github.com/AllanOricil/js-template/commit/c5f005b5b4bd9cb66e11fba53acd92f2198b271a))
- exclude dist and node_modules from eslint ([5e8ac45](https://github.com/AllanOricil/js-template/commit/5e8ac457030f7a7145ca734faa08fb75eeeec8fd))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@allanoricil/js-template",
"version": "1.0.0",
"version": "1.2.0",
"description": "js template",
"author": "allanoricil <allanoricilcos@outlook.com>",
"license": "ISC",
Expand Down

0 comments on commit 9759f72

Please sign in to comment.