Skip to content

Commit 25f0f14

Browse files
0.0.13 release (#193)
* chore(release): prepare next release * npm: bump @typescript-eslint/eslint-plugin from 3.4.0 to 3.5.0 Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v3.5.0/packages/eslint-plugin) Signed-off-by: dependabot[bot] <[email protected]> * npm: bump @typescript-eslint/parser from 3.4.0 to 3.5.0 Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v3.5.0/packages/parser) Signed-off-by: dependabot[bot] <[email protected]> * npm: bump typescript from 3.9.5 to 3.9.6 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.5 to 3.9.6. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) Signed-off-by: dependabot[bot] <[email protected]> * npm: bump eslint from 7.3.1 to 7.4.0 Bumps [eslint](https://github.com/eslint/eslint) from 7.3.1 to 7.4.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v7.3.1...v7.4.0) Signed-off-by: dependabot[bot] <[email protected]> * npm: bump eslint-plugin-jest from 23.17.1 to 23.18.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 23.17.1 to 23.18.0. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v23.17.1...v23.18.0) Signed-off-by: dependabot[bot] <[email protected]> * npm: bump @typescript-eslint/parser from 3.5.0 to 3.6.0 Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v3.6.0/packages/parser) Signed-off-by: dependabot[bot] <[email protected]> * npm: bump @types/jest from 26.0.3 to 26.0.4 Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.3 to 26.0.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Signed-off-by: dependabot[bot] <[email protected]> * npm: bump @types/node from 14.0.14 to 14.0.18 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.0.14 to 14.0.18. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot[bot] <[email protected]> * npm: bump @typescript-eslint/eslint-plugin from 3.5.0 to 3.6.0 Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v3.6.0/packages/eslint-plugin) Signed-off-by: dependabot[bot] <[email protected]> * npm: bump @types/node from 14.0.18 to 14.0.19 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.0.18 to 14.0.19. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot[bot] <[email protected]> * npm: bump @types/node from 14.0.19 to 14.0.20 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.0.19 to 14.0.20. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot[bot] <[email protected]> * refactor(build): use correct env variable * refactor(dependencies): dependencies check weekly * npm: bump @types/node from 14.0.20 to 14.0.23 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.0.20 to 14.0.23. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot[bot] <[email protected]> * npm: bump @typescript-eslint/parser from 3.6.0 to 3.6.1 Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 3.6.0 to 3.6.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v3.6.1/packages/parser) Signed-off-by: dependabot[bot] <[email protected]> * npm: bump @typescript-eslint/eslint-plugin from 3.6.0 to 3.6.1 Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 3.6.0 to 3.6.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v3.6.1/packages/eslint-plugin) Signed-off-by: dependabot[bot] <[email protected]> * npm: bump typescript from 3.9.6 to 3.9.7 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.6 to 3.9.7. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v3.9.6...v3.9.7) Signed-off-by: dependabot[bot] <[email protected]> * npm: bump ts-jest from 26.1.1 to 26.1.3 Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.1.1 to 26.1.3. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v26.1.1...v26.1.3) Signed-off-by: dependabot[bot] <[email protected]> * chore(dependencies): update dependencies * chore(quality): add codacy config * chore(quality): add code climate * refactor(vscode): refactor visual code config * refactor(docs): refactor documentation * refactor(build): refactor Github CI * chore(git): add test path to ignored files * chore(release): 0.0.8 Release * docs(CHANGELOG): update changelog * docs(README): add codacy badge * chore(quality): add codacy CI task * chore(release): 0.0.9 * docs(CHANGELOG): update changelog * refactor(docs): remove email * chore(release): 0.0.10 * docs(CHANGELOG): update * refactor(quality): fix unicorn issue * chore(dependencies): update dependencies * chore(dependencies): update dev dependencies * chore(dependencies): update dev dependencies * chore(dependencies): update dependnencies * chore(dependencies): update dev dependencies * bug(build): exclude build from ignored files * chore(release): bump version * chore(CHANGELOG): update changelog * chore(dependencies): update dependnencies * chore(codequality): renamed variables * chore(dist): updated dist * chore(release): prepare next release * chore(docs): updated CHANGELOG * chore(docs): update SECURITY * chore(docs): update README * chore(docs): update CHANGELOG * chore(release): dump version * fix(vscode): 🔧 Removes extension Removes brackets extension as it is now provided by code itself * chore(vscode): 🔧 Adds vscode scope * chore(dependencies): ⬆️ Updates dependencies Updates dependencies and adjusts code accordingly * chore(vscode): 🔧 Adds vscode scope * chore(dependencies): 📦 Updates action * fix(dependencies): 🐛 Downgrades @types/node * fix(ci): 💚 Fixes windows ci build * fix(ci): 💚 Fixes windows ci build * fix(ci): 💚 Fixes windows ci build * fix(ci): 💚 Fixes windows ci build * fix(ci): 💚 Fixes windows ci build * revert(dependencies): ⬇️ Reverts dependencies update Revert dependencies update to fix build * chore(dependencies): ⬆️ Updates dependencies * chore(dependencies): ⬆️ Updates ncc dependency Replaces @zeit/ncc with @vercel/ncc and updates to latest version * chore(dependencies): ⬆️ Updates eslint dependencies * revert(dependencies): ⬆️ Reverts eslint dependencies Reverts eslint dependencies update due to CI build error on windows * chore(dependencies): ⬆️ Updates husky dependency * revert(dependencies): ⏪ Revert husky dependency * chore(dependencies): ⬆️ Updates jest dependencies * chore(dependencies): ➖ Removes ts-node dependency * chore(dependencies): ➖ Removes ts-node dependency * chore(dependencies): ⬆️ Updates typescript dependency * chore(dependencies): ⬆️ Updates prettier dependency * chore(dependencies): ⬆️ Updates lint-staged dependency * chore(dependencies): ⬆️ Updates husky dependency * chore(dependencies): ⬆️ Updates eslint dependencies * chore(vscode): 🔧 Adds scopes * ci(workflows): 👷 Uses NodeJS 16 Updates actions used in workflow and updates used NodeJS to 16.x * chore(dependencies): ➖ Removes @types dependencies Refactors scripts * refactor(action): ⬆️ Action runs with NodeJS 16 * docs(docs): 📝 Updates codeclimat related documentation * chore(action): 📦 Updates action * ci(workflows): 🐛 Fixes build Removes caching due to missing of package-lock.json * ci(workflows): :⬆️ Updates main workflow * style: 🧑‍💻 adds conventional commit integration * refactor(action): 🔥 removes semver typing Replaces semver typing with provided one * docs(docs): 📝 updates docs * ci(workflows): 👷 updates GitHub workflows * ci(workflows): 👷 adds CodeQL workflow * ci(workflows): 👷 adds feature branch workflow * chore(action): 📈 fixes codacy issue * docs(docs): 🔖 0.0.13 release Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3915e3f commit 25f0f14

File tree

2 files changed

+134
-0
lines changed

2 files changed

+134
-0
lines changed

.codacy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ exclude_paths:
1919
- '**.json'
2020
- '**.yml'
2121
- '**.md'
22+
- 'dist/index.js'

CHANGELOG.md

Lines changed: 133 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,136 @@
1+
#### 0.0.13 (2022-02-01)
2+
3+
##### Chores
4+
5+
* **action:**
6+
* :chart_with_upwards_trend: fixes codacy issue ([4b52ebc6](https://github.com/gregoranders/nodejs-project-info/commit/4b52ebc6c3fbf4a3dff32ab11d2531a596a9c4a7))
7+
* :package: Updates action ([ee037f14](https://github.com/gregoranders/nodejs-project-info/commit/ee037f149313f97e1b2ec9135adecb926b172076))
8+
* **dependencies:**
9+
* :heavy_minus_sign: Removes @types dependencies ([28d57315](https://github.com/gregoranders/nodejs-project-info/commit/28d57315b009e3bbb11e0d123d8fbc8c6ae7dcd9))
10+
* :arrow_up: Updates eslint dependencies ([1b96b5be](https://github.com/gregoranders/nodejs-project-info/commit/1b96b5be18ac7f057774ff43cd027de87431ac78))
11+
* :arrow_up: Updates husky dependency ([3a9f327b](https://github.com/gregoranders/nodejs-project-info/commit/3a9f327b7140ab4908e2c3b5b02c738e6d08e250))
12+
* :arrow_up: Updates lint-staged dependency ([131921ef](https://github.com/gregoranders/nodejs-project-info/commit/131921efab1eca23cbe8e26905d60b020d4a6f66))
13+
* :arrow_up: Updates prettier dependency ([48dfae7c](https://github.com/gregoranders/nodejs-project-info/commit/48dfae7c20ee58449031e903b6c8d51092a608f2))
14+
* :arrow_up: Updates typescript dependency ([7e3fcc72](https://github.com/gregoranders/nodejs-project-info/commit/7e3fcc72088619ce65a38aa16782b945445bdf7b))
15+
* :heavy_minus_sign: Removes ts-node dependency ([81fe7cb4](https://github.com/gregoranders/nodejs-project-info/commit/81fe7cb4ad1da65b2e9f9e7daefee14831a16183))
16+
* :heavy_minus_sign: Removes ts-node dependency ([63069110](https://github.com/gregoranders/nodejs-project-info/commit/63069110be5c2abfea279edae536d9b69897718b))
17+
* :arrow_up: Updates jest dependencies ([58e513c1](https://github.com/gregoranders/nodejs-project-info/commit/58e513c1ec3e9560b2c530703371e69b86bc08dc))
18+
* :arrow_up: Updates husky dependency ([c627dc26](https://github.com/gregoranders/nodejs-project-info/commit/c627dc26ec1e2b53d97735666f6c1aa182409441))
19+
* :arrow_up: Updates eslint dependencies ([4ac50d2a](https://github.com/gregoranders/nodejs-project-info/commit/4ac50d2a9e3b32133c1b3dfc1774f8bf50f73b1a))
20+
* :arrow_up: Updates ncc dependency ([87c5e4fa](https://github.com/gregoranders/nodejs-project-info/commit/87c5e4fa42cdcb2bd3b6c56cf21ae4ae5a1a27cf))
21+
* :arrow_up: Updates dependencies ([1efe49e7](https://github.com/gregoranders/nodejs-project-info/commit/1efe49e7422786ff0e39c22c335ca6fec501724f))
22+
* :package: Updates action ([e2e7589c](https://github.com/gregoranders/nodejs-project-info/commit/e2e7589c1c8f8aae838f30b06b9f44c0b3c15c6e))
23+
* :arrow_up: Updates dependencies ([b546d8c7](https://github.com/gregoranders/nodejs-project-info/commit/b546d8c72f4354d265564db56f19ba28bbb64da0))
24+
* update dependnencies ([0629ac3c](https://github.com/gregoranders/nodejs-project-info/commit/0629ac3c1bc755d394fb14d393f320c9debdc5f5))
25+
* update dev dependencies ([5c4c5db8](https://github.com/gregoranders/nodejs-project-info/commit/5c4c5db82f82724c157bc411f026584e427f30e4))
26+
* update dependnencies ([c7271cda](https://github.com/gregoranders/nodejs-project-info/commit/c7271cda6c84e167db08a6c0601f76d338350f48))
27+
* update dev dependencies ([e3f61ca0](https://github.com/gregoranders/nodejs-project-info/commit/e3f61ca0fa789cb138f7fb3fed113b21ddca0376))
28+
* update dev dependencies ([73f2f582](https://github.com/gregoranders/nodejs-project-info/commit/73f2f582bb043ad08ffa37bebc4f3818ac3deee1))
29+
* update dependencies ([bcf235e1](https://github.com/gregoranders/nodejs-project-info/commit/bcf235e16d49216b0120d545a39262eb5a9f0a4d))
30+
* update dependencies ([56c21252](https://github.com/gregoranders/nodejs-project-info/commit/56c212526391a6a32614f0f44f956b3d43d131e2))
31+
* **vscode:**
32+
* :wrench: Adds scopes ([93af5089](https://github.com/gregoranders/nodejs-project-info/commit/93af50892d18dfdafc656c293d3617996ff3f02f))
33+
* :wrench: Adds vscode scope ([07fe122a](https://github.com/gregoranders/nodejs-project-info/commit/07fe122a131cd23d4d7678d6aebc05725fde8ed8))
34+
* :wrench: Adds vscode scope ([9206570c](https://github.com/gregoranders/nodejs-project-info/commit/9206570c6ea92e24c9a0a46da61f22358010ad21))
35+
* **release:**
36+
* dump version ([3b170894](https://github.com/gregoranders/nodejs-project-info/commit/3b1708944ea0f779727d9a6dcabb813f2ff87187))
37+
* prepare next release ([2d14407c](https://github.com/gregoranders/nodejs-project-info/commit/2d14407c08ac8ae9c2f990f5fe67921ec9e9e5f4))
38+
* bump version ([b886350d](https://github.com/gregoranders/nodejs-project-info/commit/b886350d4e54f4f8ca9ffc35427ccde5215676d7))
39+
* 0.0.10 ([89a9cb9f](https://github.com/gregoranders/nodejs-project-info/commit/89a9cb9fd9f954275ec1267ae8e2cabad6887fb3))
40+
* 0.0.9 ([3ca641ba](https://github.com/gregoranders/nodejs-project-info/commit/3ca641ba2daea536df92d3896f34cad6fd3943dd))
41+
* 0.0.9 ([8d280ca2](https://github.com/gregoranders/nodejs-project-info/commit/8d280ca22455e391a2ef394d504900344ce8383e))
42+
* 0.0.8 Release ([43aa2709](https://github.com/gregoranders/nodejs-project-info/commit/43aa27095dc34279a46b5692ab40fc5fee4bac67))
43+
* prepare next release ([2c7da3b7](https://github.com/gregoranders/nodejs-project-info/commit/2c7da3b72866bd29b3d5ae6492b86e9365dc953e))
44+
* **docs:**
45+
* update CHANGELOG ([ec81ba5d](https://github.com/gregoranders/nodejs-project-info/commit/ec81ba5d40dc2ede540e7657f80b66e0da05f25a))
46+
* update README ([0a907ad9](https://github.com/gregoranders/nodejs-project-info/commit/0a907ad9c13a39b8d31b5ec4efa1d07d865c8edd))
47+
* update SECURITY ([34c6c965](https://github.com/gregoranders/nodejs-project-info/commit/34c6c965f7f018196da39298faf7c2d7afe178ff))
48+
* updated CHANGELOG ([8ba49bbd](https://github.com/gregoranders/nodejs-project-info/commit/8ba49bbd680353643b4fe60c214a2a345f70aaa2))
49+
* **dist:** updated dist ([a14aa022](https://github.com/gregoranders/nodejs-project-info/commit/a14aa0220f5ed7ee655b0751ad3903f289d0de75))
50+
* **codequality:** renamed variables ([84250346](https://github.com/gregoranders/nodejs-project-info/commit/84250346264e09abb30f53f6a21059985e021b08))
51+
* **CHANGELOG:** update changelog ([9f4d7e86](https://github.com/gregoranders/nodejs-project-info/commit/9f4d7e86a255d3d3f205aeb6c8e8f6156fbe58f4))
52+
* **quality:**
53+
* add codacy CI task ([6c52c9de](https://github.com/gregoranders/nodejs-project-info/commit/6c52c9de11ba57757446f273922c7ff0b5121fd5))
54+
* add code climate ([780a170c](https://github.com/gregoranders/nodejs-project-info/commit/780a170ccd3497e5fd3c4de5e55836f4e47d7d0d))
55+
* add codacy config ([41ddb1bf](https://github.com/gregoranders/nodejs-project-info/commit/41ddb1bf10e169084cd54251eac351f7a1cd7fc5))
56+
* **git:** add test path to ignored files ([89b0a42f](https://github.com/gregoranders/nodejs-project-info/commit/89b0a42f2bda1b3e2a4bf08e153d923784dfd06a))
57+
58+
##### Continuous Integration
59+
60+
* **workflows:**
61+
* :construction_worker: adds feature branch workflow ([9ba757a0](https://github.com/gregoranders/nodejs-project-info/commit/9ba757a0a3f1e8c7e213f3e4d9e3d3033fb954ba))
62+
* :construction_worker: adds CodeQL workflow ([6170263e](https://github.com/gregoranders/nodejs-project-info/commit/6170263e712ff1b852b2c4772fa31968e9ed53ee))
63+
* :construction_worker: updates GitHub workflows ([e1ae2326](https://github.com/gregoranders/nodejs-project-info/commit/e1ae2326ddfb0f442fd84dfd0f9385d7eea4c29c))
64+
* ::arrow_up: Updates main workflow ([128a42da](https://github.com/gregoranders/nodejs-project-info/commit/128a42dacdf92bf4249893b4143a1b171226bbf1))
65+
* :bug: Fixes build ([0de913bd](https://github.com/gregoranders/nodejs-project-info/commit/0de913bd32dd3c85601a0c06377f23b80f741907))
66+
* :construction_worker: Uses NodeJS 16 ([9a08d28b](https://github.com/gregoranders/nodejs-project-info/commit/9a08d28b589a0725580241f3e64373cfb71ffb35))
67+
68+
##### Documentation Changes
69+
70+
* **docs:**
71+
* :memo: updates README.md ([3915e3fc](https://github.com/gregoranders/nodejs-project-info/commit/3915e3fc86719b469be8256fc3defeec6625d65d))
72+
* :memo: updates docs ([6c0f198d](https://github.com/gregoranders/nodejs-project-info/commit/6c0f198d92d3ea1129764b597564514d679f5246))
73+
* :memo: Updates codeclimat related documentation ([a8e0626d](https://github.com/gregoranders/nodejs-project-info/commit/a8e0626d0cc1e0ccb48eaa42afc59d44bc5eee63))
74+
* **CHANGELOG:**
75+
* update ([53437cae](https://github.com/gregoranders/nodejs-project-info/commit/53437cae079bd8d87c5238db9c1a3c75ed71b56e))
76+
* update changelog ([cedecb5d](https://github.com/gregoranders/nodejs-project-info/commit/cedecb5d024a19d07b5d231e39692e31527e924a))
77+
* update changelog ([c15cf000](https://github.com/gregoranders/nodejs-project-info/commit/c15cf0003a4ab2cf9243dd04a8ba637d53aaf07b))
78+
* **README:** add codacy badge ([bc167d8d](https://github.com/gregoranders/nodejs-project-info/commit/bc167d8da072c2d5f18b4a885f61acfc35666ab4))
79+
80+
##### Bug Fixes
81+
82+
* **ci:**
83+
* :green_heart: Fixes windows ci build ([811b0e34](https://github.com/gregoranders/nodejs-project-info/commit/811b0e34d3f69dab8299db5e23878c5b650e4f6f))
84+
* :green_heart: Fixes windows ci build ([442aac8c](https://github.com/gregoranders/nodejs-project-info/commit/442aac8c3508c02c2c614ebc6f90e98b115c7e34))
85+
* :green_heart: Fixes windows ci build ([63eedc77](https://github.com/gregoranders/nodejs-project-info/commit/63eedc771788cd04ae0cbf9bb3070ffd02fb1265))
86+
* :green_heart: Fixes windows ci build ([c50aaba9](https://github.com/gregoranders/nodejs-project-info/commit/c50aaba9e0e7872c272ed173f9039ff5411b0af9))
87+
* :green_heart: Fixes windows ci build ([30df4f8f](https://github.com/gregoranders/nodejs-project-info/commit/30df4f8f0c2ac2c781b90bfba50dab65d72d90ed))
88+
* **dependencies:** :bug: Downgrades @types/node ([c9c5535d](https://github.com/gregoranders/nodejs-project-info/commit/c9c5535de4e26e01ad5b7dea1b08ea8845f461bf))
89+
* **vscode:** :wrench: Removes extension ([13e454bd](https://github.com/gregoranders/nodejs-project-info/commit/13e454bd265299c075d9ec52c8ef6b3e036aaa26))
90+
91+
##### Other Changes
92+
93+
* adds conventional commit integration ([0f3acf52](https://github.com/gregoranders/nodejs-project-info/commit/0f3acf5214a878db10506ffec5ab1b0773dc1362))
94+
* bump ts-jest from 26.1.1 to 26.1.3 ([1d583886](https://github.com/gregoranders/nodejs-project-info/commit/1d583886f9457abedd9e49c0836ebcfa5ae4ffde))
95+
* bump typescript from 3.9.6 to 3.9.7 ([4e2b71e5](https://github.com/gregoranders/nodejs-project-info/commit/4e2b71e5b256b30cecfa1bdab46a35141aa42ea3))
96+
* bump @typescript-eslint/eslint-plugin from 3.6.0 to 3.6.1 ([fed83bc9](https://github.com/gregoranders/nodejs-project-info/commit/fed83bc9a2ccc778330017422b76dac67368e9f7))
97+
* bump @typescript-eslint/parser from 3.6.0 to 3.6.1 ([e4e5b6e1](https://github.com/gregoranders/nodejs-project-info/commit/e4e5b6e1f3b068d2158faaaff82c1e4466d13f3b))
98+
* bump @types/node from 14.0.20 to 14.0.23 ([8dce5018](https://github.com/gregoranders/nodejs-project-info/commit/8dce5018a6763908938f0fd96c2a5a320679653c))
99+
* bump @types/node from 14.0.19 to 14.0.20 ([dda925f5](https://github.com/gregoranders/nodejs-project-info/commit/dda925f5c26efbefbe4499431bea23e7d37df55a))
100+
* bump @types/node from 14.0.18 to 14.0.19 ([c2254aed](https://github.com/gregoranders/nodejs-project-info/commit/c2254aedd9d2f0ee8aa9cc3f3ab89657bedbad50))
101+
* bump @typescript-eslint/eslint-plugin from 3.5.0 to 3.6.0 ([40551701](https://github.com/gregoranders/nodejs-project-info/commit/4055170182cd810ce9a4332bd32f6ab7a7caf1b7))
102+
* bump @types/node from 14.0.14 to 14.0.18 ([ec3fa318](https://github.com/gregoranders/nodejs-project-info/commit/ec3fa3187c2080be2656c574930590cc70dd2277))
103+
* bump @types/jest from 26.0.3 to 26.0.4 ([e0c9df22](https://github.com/gregoranders/nodejs-project-info/commit/e0c9df227a8725cd70580f51c7b10ca2ff77e0fe))
104+
* bump @typescript-eslint/parser from 3.5.0 to 3.6.0 ([246cda6f](https://github.com/gregoranders/nodejs-project-info/commit/246cda6f3d4f0ace419a8a12fa226ff072bcfba8))
105+
* bump eslint-plugin-jest from 23.17.1 to 23.18.0 ([936814f1](https://github.com/gregoranders/nodejs-project-info/commit/936814f1f5156b1f1f49bee623266e7e7a15dcbe))
106+
* bump eslint from 7.3.1 to 7.4.0 ([18e43ffd](https://github.com/gregoranders/nodejs-project-info/commit/18e43ffde32c7c7b8247160d2782842663e49534))
107+
* bump typescript from 3.9.5 to 3.9.6 ([2fa230e6](https://github.com/gregoranders/nodejs-project-info/commit/2fa230e6fc8290e890a657676b2e94286fe6a312))
108+
* bump @typescript-eslint/parser from 3.4.0 to 3.5.0 ([eb853c87](https://github.com/gregoranders/nodejs-project-info/commit/eb853c8720c1ed17bc174726a8de417f5786a20e))
109+
* bump @typescript-eslint/eslint-plugin from 3.4.0 to 3.5.0 ([859f8c1f](https://github.com/gregoranders/nodejs-project-info/commit/859f8c1f6203fa7e80bdc3e237ff24e9d94f6896))
110+
* **build:** exclude build from ignored files ([636208f0](https://github.com/gregoranders/nodejs-project-info/commit/636208f09b050ca09ca9ee0fcbf12742a7efcc4c))
111+
112+
##### Refactors
113+
114+
* **action:**
115+
* :fire: removes semver typing ([c1a549d9](https://github.com/gregoranders/nodejs-project-info/commit/c1a549d9b8b1c61bfdffe136c7d24b66ec5a05a7))
116+
* :arrow_up: Action runs with NodeJS 16 ([0f3f2459](https://github.com/gregoranders/nodejs-project-info/commit/0f3f24596034cde7551273ef20a9b1df1d71c2b1))
117+
* **quality:** fix unicorn issue ([928e553d](https://github.com/gregoranders/nodejs-project-info/commit/928e553d18e775069cc12df4cc1c082bbb69120e))
118+
* **docs:**
119+
* remove email ([819406f4](https://github.com/gregoranders/nodejs-project-info/commit/819406f480f11ec92858daa3be5a184d48b1c88c))
120+
* refactor documentation ([95424f53](https://github.com/gregoranders/nodejs-project-info/commit/95424f53d935a82949b44866e8ccdbaf7fcf05d0))
121+
* **build:**
122+
* refactor Github CI ([caa0446f](https://github.com/gregoranders/nodejs-project-info/commit/caa0446f8fea6fc46f8b5112b833ea122a82c3ae))
123+
* use correct env variable ([4b62afc0](https://github.com/gregoranders/nodejs-project-info/commit/4b62afc0f0dc623b3c15afbd7b30e6915a812a43))
124+
* **vscode:** refactor visual code config ([ab9c95b2](https://github.com/gregoranders/nodejs-project-info/commit/ab9c95b2c5415db2db39fe55d7ee8accfc015bb0))
125+
* **dependencies:** dependencies check weekly ([f450540c](https://github.com/gregoranders/nodejs-project-info/commit/f450540c42ac8dc8764a346976977f8ef2b48e48))
126+
127+
##### Reverts
128+
129+
* **dependencies:**
130+
* :rewind: Revert husky dependency ([7f9b9ca7](https://github.com/gregoranders/nodejs-project-info/commit/7f9b9ca7855c5feb68f38be1d89d0ac1ab4b728d))
131+
* :arrow_up: Reverts eslint dependencies ([7e289dae](https://github.com/gregoranders/nodejs-project-info/commit/7e289dae47ba6780ac76a359d7dd8681e8fce5f1))
132+
* :arrow_down: Reverts dependencies update ([0436051b](https://github.com/gregoranders/nodejs-project-info/commit/0436051b8c747dd122f5b7f42246521298e6898f))
133+
1134
#### 0.0.12 (2020-12-29)
2135

3136
##### Chores

0 commit comments

Comments
 (0)