Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.0.18 release #207

Merged
merged 9 commits into from
Feb 26, 2022
3 changes: 3 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ exclude_patterns:
- '**/dist'
- '**/test'
- '**/node_modules'
- '**/commitlint.config.js'
- '**/**/*.spec.ts'
- 'CHANGELOG.md'
6 changes: 6 additions & 0 deletions .conventionalCommit.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@
}
},
"scopes": {
"dependencies": {
"description": "Changes which affect dependencies"
},
"devdependencies": {
"description": "Changes which affect development dependencies"
},
"codeclimate": {
"description": "Changes which affect Code Climate integration"
},
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
submodules: recursive
- name: Use Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
registry-url: 'https://registry.npmjs.org/'
Expand Down
49 changes: 1 addition & 48 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,48 +1 @@
### [0.0.17](https://github.com/gregoranders/nodejs-project-info/compare/v0.0.16...v0.0.17) (2022-02-25)

### [0.0.16](https://github.com/gregoranders/nodejs-project-info/compare/v0.0.15...v0.0.16) (2022-02-25)


### Bug Fixes

* **ci:** :green_heart: Fixes windows ci build ([811b0e3](https://github.com/gregoranders/nodejs-project-info/commit/811b0e34d3f69dab8299db5e23878c5b650e4f6f))
* **ci:** :green_heart: Fixes windows ci build ([442aac8](https://github.com/gregoranders/nodejs-project-info/commit/442aac8c3508c02c2c614ebc6f90e98b115c7e34))
* **ci:** :green_heart: Fixes windows ci build ([63eedc7](https://github.com/gregoranders/nodejs-project-info/commit/63eedc771788cd04ae0cbf9bb3070ffd02fb1265))
* **ci:** :green_heart: Fixes windows ci build ([c50aaba](https://github.com/gregoranders/nodejs-project-info/commit/c50aaba9e0e7872c272ed173f9039ff5411b0af9))
* **ci:** :green_heart: Fixes windows ci build ([30df4f8](https://github.com/gregoranders/nodejs-project-info/commit/30df4f8f0c2ac2c781b90bfba50dab65d72d90ed))
* **dependencies:** :bug: Downgrades @types/node ([c9c5535](https://github.com/gregoranders/nodejs-project-info/commit/c9c5535de4e26e01ad5b7dea1b08ea8845f461bf))
* **vscode:** :wrench: Removes extension ([13e454b](https://github.com/gregoranders/nodejs-project-info/commit/13e454bd265299c075d9ec52c8ef6b3e036aaa26))


### Reverts

* **dependencies:** :arrow_down: Reverts dependencies update ([0436051](https://github.com/gregoranders/nodejs-project-info/commit/0436051b8c747dd122f5b7f42246521298e6898f))
* **dependencies:** :arrow_up: Reverts eslint dependencies ([7e289da](https://github.com/gregoranders/nodejs-project-info/commit/7e289dae47ba6780ac76a359d7dd8681e8fce5f1))
* **dependencies:** :rewind: Revert husky dependency ([7f9b9ca](https://github.com/gregoranders/nodejs-project-info/commit/7f9b9ca7855c5feb68f38be1d89d0ac1ab4b728d))

### [0.0.14](https://github.com/gregoranders/nodejs-project-info/compare/v0.0.13...v0.0.14) (2022-02-25)

### [0.0.13](https://github.com/gregoranders/nodejs-project-info/compare/v0.0.12...v0.0.13) (2022-02-01)

### [0.0.12](https://github.com/gregoranders/nodejs-project-info/compare/v0.0.11...v0.0.12) (2020-12-29)

### [0.0.11](https://github.com/gregoranders/nodejs-project-info/compare/v0.0.10...v0.0.11) (2020-08-19)

### [0.0.10](https://github.com/gregoranders/nodejs-project-info/compare/v0.0.9...v0.0.10) (2020-07-20)

### [0.0.9](https://github.com/gregoranders/nodejs-project-info/compare/v0.0.8...v0.0.9) (2020-07-19)

### [0.0.8](https://github.com/gregoranders/nodejs-project-info/compare/v0.0.7...v0.0.8) (2020-07-19)


### Features

* **CHANGELOG:** add CHANGELOG.md ([c78402f](https://github.com/gregoranders/nodejs-project-info/commit/c78402f2cbe1304ea3c378840e8d3858f1ef8e8f))
* **docs:** add GitHub related files ([08428ab](https://github.com/gregoranders/nodejs-project-info/commit/08428ab7f8df0f345fb83d2277f0c27262a7d68a))
* **eslint:** add jest and unicorn plugin ([fd5b235](https://github.com/gregoranders/nodejs-project-info/commit/fd5b2357258eac6dc8d23aa91f7932a308aeefb1))


### Bug Fixes

* **package:** replace changelog generation package ([aa73861](https://github.com/gregoranders/nodejs-project-info/commit/aa73861c69e7a0a7ae0136202cc6fd6ae53fad7c))

### [0.0.18](https://github.com/gregoranders/nodejs-project-info/compare/v0.0.17...v0.0.18) (2022-02-26)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ This action provides the _name_, _version_ and the content of **package.json**,
...
- name: nodejs project information
id: projectinfo
uses: gregoranders/[email protected].17
uses: gregoranders/[email protected].18
- name: create release action
id: createrelease
uses: gregoranders/[email protected].17
uses: gregoranders/[email protected].18
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PACKAGE_JSON: ${{ steps.projectinfo.outputs.context }}
Expand Down
3 changes: 2 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

| Version | Supported |
| :------ | :----------------: |
| 0.0.17 | :white_check_mark: |
| 0.0.18 | :white_check_mark: |
| 0.0.17 | :x: |
| 0.0.16 | :x: |
| 0.0.15 | :x: |
| 0.0.14 | :x: |
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodejs-project-info",
"version": "0.0.17",
"version": "0.0.18",
"description": "NodeJS Project Information",
"main": "./dist/index.js",
"scripts": {
Expand Down Expand Up @@ -107,7 +107,7 @@
"conventional-changelog-cli": "2.2.2",
"cross-env": "7.0.3",
"dictionary-en": "3.1.0",
"eslint": "8.9.0",
"eslint": "8.10.0",
"eslint-config-prettier": "8.4.0",
"eslint-plugin-jest": "26.1.1",
"eslint-plugin-prettier": "4.0.0",
Expand Down