From 9759f72af04950e09264d978fca5841203a556e7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 31 Jan 2024 03:08:57 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1855222 --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 38dfd40..3b4cfb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@allanoricil/js-template", - "version": "1.0.0", + "version": "1.2.0", "description": "js template", "author": "allanoricil ", "license": "ISC",