Skip to content

Commit 3b94d51

Browse files
0.0.12 release (#70)
* 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 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8908520 commit 3b94d51

File tree

6 files changed

+107
-33
lines changed

6 files changed

+107
-33
lines changed

CHANGELOG.md

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,76 @@
1+
#### 0.0.12 (2020-12-29)
2+
3+
##### Chores
4+
5+
* **docs:**
6+
* update README ([0a907ad9](https://github.com/gregoranders/nodejs-project-info/commit/0a907ad9c13a39b8d31b5ec4efa1d07d865c8edd))
7+
* update SECURITY ([34c6c965](https://github.com/gregoranders/nodejs-project-info/commit/34c6c965f7f018196da39298faf7c2d7afe178ff))
8+
* updated CHANGELOG ([8ba49bbd](https://github.com/gregoranders/nodejs-project-info/commit/8ba49bbd680353643b4fe60c214a2a345f70aaa2))
9+
* **release:**
10+
* prepare next release ([2d14407c](https://github.com/gregoranders/nodejs-project-info/commit/2d14407c08ac8ae9c2f990f5fe67921ec9e9e5f4))
11+
* bump version ([b886350d](https://github.com/gregoranders/nodejs-project-info/commit/b886350d4e54f4f8ca9ffc35427ccde5215676d7))
12+
* 0.0.10 ([89a9cb9f](https://github.com/gregoranders/nodejs-project-info/commit/89a9cb9fd9f954275ec1267ae8e2cabad6887fb3))
13+
* 0.0.9 ([3ca641ba](https://github.com/gregoranders/nodejs-project-info/commit/3ca641ba2daea536df92d3896f34cad6fd3943dd))
14+
* 0.0.9 ([8d280ca2](https://github.com/gregoranders/nodejs-project-info/commit/8d280ca22455e391a2ef394d504900344ce8383e))
15+
* 0.0.8 Release ([43aa2709](https://github.com/gregoranders/nodejs-project-info/commit/43aa27095dc34279a46b5692ab40fc5fee4bac67))
16+
* prepare next release ([2c7da3b7](https://github.com/gregoranders/nodejs-project-info/commit/2c7da3b72866bd29b3d5ae6492b86e9365dc953e))
17+
* **dist:** updated dist ([a14aa022](https://github.com/gregoranders/nodejs-project-info/commit/a14aa0220f5ed7ee655b0751ad3903f289d0de75))
18+
* **codequality:** renamed variables ([84250346](https://github.com/gregoranders/nodejs-project-info/commit/84250346264e09abb30f53f6a21059985e021b08))
19+
* **dependencies:**
20+
* update dependnencies ([0629ac3c](https://github.com/gregoranders/nodejs-project-info/commit/0629ac3c1bc755d394fb14d393f320c9debdc5f5))
21+
* update dev dependencies ([5c4c5db8](https://github.com/gregoranders/nodejs-project-info/commit/5c4c5db82f82724c157bc411f026584e427f30e4))
22+
* update dependnencies ([c7271cda](https://github.com/gregoranders/nodejs-project-info/commit/c7271cda6c84e167db08a6c0601f76d338350f48))
23+
* update dev dependencies ([e3f61ca0](https://github.com/gregoranders/nodejs-project-info/commit/e3f61ca0fa789cb138f7fb3fed113b21ddca0376))
24+
* update dev dependencies ([73f2f582](https://github.com/gregoranders/nodejs-project-info/commit/73f2f582bb043ad08ffa37bebc4f3818ac3deee1))
25+
* update dependencies ([bcf235e1](https://github.com/gregoranders/nodejs-project-info/commit/bcf235e16d49216b0120d545a39262eb5a9f0a4d))
26+
* update dependencies ([56c21252](https://github.com/gregoranders/nodejs-project-info/commit/56c212526391a6a32614f0f44f956b3d43d131e2))
27+
* **CHANGELOG:** update changelog ([9f4d7e86](https://github.com/gregoranders/nodejs-project-info/commit/9f4d7e86a255d3d3f205aeb6c8e8f6156fbe58f4))
28+
* **quality:**
29+
* add codacy CI task ([6c52c9de](https://github.com/gregoranders/nodejs-project-info/commit/6c52c9de11ba57757446f273922c7ff0b5121fd5))
30+
* add code climate ([780a170c](https://github.com/gregoranders/nodejs-project-info/commit/780a170ccd3497e5fd3c4de5e55836f4e47d7d0d))
31+
* add codacy config ([41ddb1bf](https://github.com/gregoranders/nodejs-project-info/commit/41ddb1bf10e169084cd54251eac351f7a1cd7fc5))
32+
* **git:** add test path to ignored files ([89b0a42f](https://github.com/gregoranders/nodejs-project-info/commit/89b0a42f2bda1b3e2a4bf08e153d923784dfd06a))
33+
34+
##### Documentation Changes
35+
36+
* **CHANGELOG:**
37+
* update ([53437cae](https://github.com/gregoranders/nodejs-project-info/commit/53437cae079bd8d87c5238db9c1a3c75ed71b56e))
38+
* update changelog ([cedecb5d](https://github.com/gregoranders/nodejs-project-info/commit/cedecb5d024a19d07b5d231e39692e31527e924a))
39+
* update changelog ([c15cf000](https://github.com/gregoranders/nodejs-project-info/commit/c15cf0003a4ab2cf9243dd04a8ba637d53aaf07b))
40+
* **README:** add codacy badge ([bc167d8d](https://github.com/gregoranders/nodejs-project-info/commit/bc167d8da072c2d5f18b4a885f61acfc35666ab4))
41+
42+
##### Other Changes
43+
44+
* **build:** exclude build from ignored files ([636208f0](https://github.com/gregoranders/nodejs-project-info/commit/636208f09b050ca09ca9ee0fcbf12742a7efcc4c))
45+
* bump ts-jest from 26.1.1 to 26.1.3 ([1d583886](https://github.com/gregoranders/nodejs-project-info/commit/1d583886f9457abedd9e49c0836ebcfa5ae4ffde))
46+
* bump typescript from 3.9.6 to 3.9.7 ([4e2b71e5](https://github.com/gregoranders/nodejs-project-info/commit/4e2b71e5b256b30cecfa1bdab46a35141aa42ea3))
47+
* bump @typescript-eslint/eslint-plugin from 3.6.0 to 3.6.1 ([fed83bc9](https://github.com/gregoranders/nodejs-project-info/commit/fed83bc9a2ccc778330017422b76dac67368e9f7))
48+
* bump @typescript-eslint/parser from 3.6.0 to 3.6.1 ([e4e5b6e1](https://github.com/gregoranders/nodejs-project-info/commit/e4e5b6e1f3b068d2158faaaff82c1e4466d13f3b))
49+
* bump @types/node from 14.0.20 to 14.0.23 ([8dce5018](https://github.com/gregoranders/nodejs-project-info/commit/8dce5018a6763908938f0fd96c2a5a320679653c))
50+
* bump @types/node from 14.0.19 to 14.0.20 ([dda925f5](https://github.com/gregoranders/nodejs-project-info/commit/dda925f5c26efbefbe4499431bea23e7d37df55a))
51+
* bump @types/node from 14.0.18 to 14.0.19 ([c2254aed](https://github.com/gregoranders/nodejs-project-info/commit/c2254aedd9d2f0ee8aa9cc3f3ab89657bedbad50))
52+
* bump @typescript-eslint/eslint-plugin from 3.5.0 to 3.6.0 ([40551701](https://github.com/gregoranders/nodejs-project-info/commit/4055170182cd810ce9a4332bd32f6ab7a7caf1b7))
53+
* bump @types/node from 14.0.14 to 14.0.18 ([ec3fa318](https://github.com/gregoranders/nodejs-project-info/commit/ec3fa3187c2080be2656c574930590cc70dd2277))
54+
* bump @types/jest from 26.0.3 to 26.0.4 ([e0c9df22](https://github.com/gregoranders/nodejs-project-info/commit/e0c9df227a8725cd70580f51c7b10ca2ff77e0fe))
55+
* bump @typescript-eslint/parser from 3.5.0 to 3.6.0 ([246cda6f](https://github.com/gregoranders/nodejs-project-info/commit/246cda6f3d4f0ace419a8a12fa226ff072bcfba8))
56+
* bump eslint-plugin-jest from 23.17.1 to 23.18.0 ([936814f1](https://github.com/gregoranders/nodejs-project-info/commit/936814f1f5156b1f1f49bee623266e7e7a15dcbe))
57+
* bump eslint from 7.3.1 to 7.4.0 ([18e43ffd](https://github.com/gregoranders/nodejs-project-info/commit/18e43ffde32c7c7b8247160d2782842663e49534))
58+
* bump typescript from 3.9.5 to 3.9.6 ([2fa230e6](https://github.com/gregoranders/nodejs-project-info/commit/2fa230e6fc8290e890a657676b2e94286fe6a312))
59+
* bump @typescript-eslint/parser from 3.4.0 to 3.5.0 ([eb853c87](https://github.com/gregoranders/nodejs-project-info/commit/eb853c8720c1ed17bc174726a8de417f5786a20e))
60+
* bump @typescript-eslint/eslint-plugin from 3.4.0 to 3.5.0 ([859f8c1f](https://github.com/gregoranders/nodejs-project-info/commit/859f8c1f6203fa7e80bdc3e237ff24e9d94f6896))
61+
62+
##### Refactors
63+
64+
* **quality:** fix unicorn issue ([928e553d](https://github.com/gregoranders/nodejs-project-info/commit/928e553d18e775069cc12df4cc1c082bbb69120e))
65+
* **docs:**
66+
* remove email ([819406f4](https://github.com/gregoranders/nodejs-project-info/commit/819406f480f11ec92858daa3be5a184d48b1c88c))
67+
* refactor documentation ([95424f53](https://github.com/gregoranders/nodejs-project-info/commit/95424f53d935a82949b44866e8ccdbaf7fcf05d0))
68+
* **build:**
69+
* refactor Github CI ([caa0446f](https://github.com/gregoranders/nodejs-project-info/commit/caa0446f8fea6fc46f8b5112b833ea122a82c3ae))
70+
* use correct env variable ([4b62afc0](https://github.com/gregoranders/nodejs-project-info/commit/4b62afc0f0dc623b3c15afbd7b30e6915a812a43))
71+
* **vscode:** refactor visual code config ([ab9c95b2](https://github.com/gregoranders/nodejs-project-info/commit/ab9c95b2c5415db2db39fe55d7ee8accfc015bb0))
72+
* **dependencies:** dependencies check weekly ([f450540c](https://github.com/gregoranders/nodejs-project-info/commit/f450540c42ac8dc8764a346976977f8ef2b48e48))
73+
174
#### 0.0.11 (2020-08-19)
275

376
##### Chores

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ This action provides the _name_ and _version_ and the content of **package.json*
2525
...
2626
- name: nodejs project information
2727
id: projectinfo
28-
uses: gregoranders/[email protected].11
28+
uses: gregoranders/[email protected].12
2929
- name: create release action
3030
id: createrelease
31-
uses: gregoranders/[email protected].11
31+
uses: gregoranders/[email protected].12
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
PACKAGE_JSON: ${{ steps.projectinfo.outputs.context }}

SECURITY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
66
| Version | Supported |
77
| ------- | ------------------ |
8-
| 0.0.11 | :white_check_mark: |
8+
| 0.0.12 | :white_check_mark: |
9+
| 0.0.11 | :x: |
910
| 0.0.10 | :x: |
1011
1112

0 commit comments

Comments
 (0)