Skip to content

Commit 9759f72

Browse files
chore(release): 1.2.0 [skip ci] # [1.2.0](v1.1.0...v1.2.0) (2024-01-31)
### 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))
1 parent c5f005b commit 9759f72

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# [1.2.0](https://github.com/AllanOricil/js-template/compare/v1.1.0...v1.2.0) (2024-01-31)
2+
3+
### Features
4+
5+
- configure prettier, eslint, husky and lint-staged ([494270d](https://github.com/AllanOricil/js-template/commit/494270d22c823716b7abd3d48a70abd9c146771b))
6+
- 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))
7+
- exclude dist and node_modules from eslint ([5e8ac45](https://github.com/AllanOricil/js-template/commit/5e8ac457030f7a7145ca734faa08fb75eeeec8fd))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@allanoricil/js-template",
3-
"version": "1.0.0",
3+
"version": "1.2.0",
44
"description": "js template",
55
"author": "allanoricil <allanoricilcos@outlook.com>",
66
"license": "ISC",

0 commit comments

Comments
 (0)