Skip to content

Commit

Permalink
Merge pull request #149 from gregoranders/development
Browse files Browse the repository at this point in the history
0.0.18 release
  • Loading branch information
gregoranders authored Feb 26, 2022
2 parents 737c033 + 597618c commit c15c937
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 174 deletions.
3 changes: 3 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,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
168 changes: 1 addition & 167 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,167 +1 @@
#### 0.0.13 (2022-02-02)

##### Chores

* **dependencies:**
* :arrow_up: updates dependencies ([a3cbbe78](https://github.com/gregoranders/nodejs-upload-asset/commit/a3cbbe782df99b2d66bc9c00722396000a835e7e))
* update dev dependencies ([b1b2c2ac](https://github.com/gregoranders/nodejs-upload-asset/commit/b1b2c2aca2fa6f9425b59171a0d75f02d2bb2809))
* update dependnencies ([7d866c9f](https://github.com/gregoranders/nodejs-upload-asset/commit/7d866c9f4b88f132e596c800650e9525c2d42748))
* update dev dependencies ([0ee040db](https://github.com/gregoranders/nodejs-upload-asset/commit/0ee040db89f7a99a4454b5e3050518f886dfa40d))
* update dev dependencies ([655657a8](https://github.com/gregoranders/nodejs-upload-asset/commit/655657a8bdaa8bdbc2679d0d8c8d9176411009bc))
* **CHANGELOG:** update changelog ([c21a74b3](https://github.com/gregoranders/nodejs-upload-asset/commit/c21a74b3a74a4503e45d3e3b70cd616861dae1a2))
* **build:** update build ([58957a92](https://github.com/gregoranders/nodejs-upload-asset/commit/58957a9248d615f5eb7a4922c9d0da5d6ede96e6))
* **release:**
* bump version ([de1bf189](https://github.com/gregoranders/nodejs-upload-asset/commit/de1bf1899634016faad605c79a139b99ef757659))
* 0.0.10 ([4a9e4306](https://github.com/gregoranders/nodejs-upload-asset/commit/4a9e43069d8ec9a17f055ef8c6ed8c8f6275c568))
* prepare next release ([b9eaa57b](https://github.com/gregoranders/nodejs-upload-asset/commit/b9eaa57bfe428352d3041bbd2a7f3a250c409290))

##### Documentation Changes

* **changelog:** update changelog ([9e4eb11f](https://github.com/gregoranders/nodejs-upload-asset/commit/9e4eb11faaeee0cce966edea7505bb1a5e096bd7))
* **update:** update docs ([ae06acec](https://github.com/gregoranders/nodejs-upload-asset/commit/ae06acec5f3bd5e9947dc2215191403621d21dad))

##### Bug Fixes

* **build:** :bug: fixes codacy ([b0088271](https://github.com/gregoranders/nodejs-upload-asset/commit/b00882719ade934bf2020c807915199102cf801b))

##### Other Changes

* gregoranders/nodejs-upload-asset into development ([e16a0d06](https://github.com/gregoranders/nodejs-upload-asset/commit/e16a0d064f9058dedf6f78af16289ee7cfd19778))
* bump eslint from 7.4.0 to 7.5.0 ([e4deb821](https://github.com/gregoranders/nodejs-upload-asset/commit/e4deb82128627c6f773a9e6bd44226b304fa1f00))
* bump @types/jest from 26.0.4 to 26.0.5 ([5d97f6ad](https://github.com/gregoranders/nodejs-upload-asset/commit/5d97f6ad53f3be24fb98704ee74b564df1779139))
* bump eslint-plugin-unicorn from 20.1.0 to 21.0.0 ([a8852d5b](https://github.com/gregoranders/nodejs-upload-asset/commit/a8852d5b6e96088871ca1430b177b40355eaf48c))
* bump ts-jest from 26.1.1 to 26.1.3 ([173fea26](https://github.com/gregoranders/nodejs-upload-asset/commit/173fea26a4940bd6b9101ddae64b8b3eac533fcf))
* bump typescript from 3.9.6 to 3.9.7 ([9c4a37a6](https://github.com/gregoranders/nodejs-upload-asset/commit/9c4a37a6059440f317a54ea0af23a35503b72526))
* bump @typescript-eslint/parser from 3.6.0 to 3.6.1 ([4fcacfdc](https://github.com/gregoranders/nodejs-upload-asset/commit/4fcacfdc93c9048b589bcbe0f30a953ed6c65796))
* bump @typescript-eslint/eslint-plugin from 3.6.0 to 3.6.1 ([de49f757](https://github.com/gregoranders/nodejs-upload-asset/commit/de49f757019a7151e67085739f80a9e03a187e2f))
* bump @types/jest from 26.0.3 to 26.0.4 ([b5f68f9d](https://github.com/gregoranders/nodejs-upload-asset/commit/b5f68f9daaecadfe12a34f81ff0d68b1a290fb57))
* bump @typescript-eslint/eslint-plugin from 3.5.0 to 3.6.0 ([05fd5321](https://github.com/gregoranders/nodejs-upload-asset/commit/05fd53213ba81d47ed8b9be1384d5ac971cc7e10))
* bump @typescript-eslint/parser from 3.5.0 to 3.6.0 ([dfee0ac4](https://github.com/gregoranders/nodejs-upload-asset/commit/dfee0ac4232e067f68cc594186a8528ab45ec759))
* bump eslint-plugin-jest from 23.17.1 to 23.18.0 ([8761f056](https://github.com/gregoranders/nodejs-upload-asset/commit/8761f056ab5190c8555ebedcb1562d4e886f671e))
* bump eslint from 7.3.1 to 7.4.0 ([846286b1](https://github.com/gregoranders/nodejs-upload-asset/commit/846286b1d716d7b698d4a41627764e48d1fbce7a))
* bump typescript from 3.9.5 to 3.9.6 ([352dbf85](https://github.com/gregoranders/nodejs-upload-asset/commit/352dbf8515be389ba142451cf056d4fffb990e14))
* bump @typescript-eslint/eslint-plugin from 3.4.0 to 3.5.0 ([1e776bfe](https://github.com/gregoranders/nodejs-upload-asset/commit/1e776bfe6cc1743d1edf462a32ad68023678fede))
* bump @typescript-eslint/parser from 3.4.0 to 3.5.0 ([ec4e4608](https://github.com/gregoranders/nodejs-upload-asset/commit/ec4e4608e0275d9b4649b9acf142f956ed63748e))
* bump @actions/github from 3.0.0 to 4.0.0 ([d354ad3b](https://github.com/gregoranders/nodejs-upload-asset/commit/d354ad3b96809d97fce70d0dd7f0d41734e0653c))

##### Refactors

* **package:** refactor package.json ([731b6e7a](https://github.com/gregoranders/nodejs-upload-asset/commit/731b6e7aaeaac36163b8584131273c00d111a585))
* **test:** move test utils ([ed54f946](https://github.com/gregoranders/nodejs-upload-asset/commit/ed54f94613182eec16f0d494dcf552bd1e84e4fe))
* **build:** add codacy and code climate ([ff4dff64](https://github.com/gregoranders/nodejs-upload-asset/commit/ff4dff6402d2c33f33e9820093b156a4d8690d58))
* **CI:** refactor GitHub CI ([e5f0cd50](https://github.com/gregoranders/nodejs-upload-asset/commit/e5f0cd50361b1db22fece2f45e83ef471e1d97d9))
* **vscode:** refactor visual code config ([2ef1e444](https://github.com/gregoranders/nodejs-upload-asset/commit/2ef1e4444ae2aee1ee71fad9de6502c08f732a18))

#### 0.0.11 (2020-08-19)

##### Chores

- **build:** update build ([58957a92](https://github.com/gregoranders/nodejs-upload-asset/commit/58957a9248d615f5eb7a4922c9d0da5d6ede96e6))
- **release:**
- bump version ([de1bf189](https://github.com/gregoranders/nodejs-upload-asset/commit/de1bf1899634016faad605c79a139b99ef757659))
- 0.0.10 ([4a9e4306](https://github.com/gregoranders/nodejs-upload-asset/commit/4a9e43069d8ec9a17f055ef8c6ed8c8f6275c568))
- prepare next release ([b9eaa57b](https://github.com/gregoranders/nodejs-upload-asset/commit/b9eaa57bfe428352d3041bbd2a7f3a250c409290))
- **dependencies:**
- update dev dependencies ([b1b2c2ac](https://github.com/gregoranders/nodejs-upload-asset/commit/b1b2c2aca2fa6f9425b59171a0d75f02d2bb2809))
- update dependnencies ([7d866c9f](https://github.com/gregoranders/nodejs-upload-asset/commit/7d866c9f4b88f132e596c800650e9525c2d42748))
- update dev dependencies ([0ee040db](https://github.com/gregoranders/nodejs-upload-asset/commit/0ee040db89f7a99a4454b5e3050518f886dfa40d))
- update dev dependencies ([655657a8](https://github.com/gregoranders/nodejs-upload-asset/commit/655657a8bdaa8bdbc2679d0d8c8d9176411009bc))

##### Documentation Changes

- **changelog:** update changelog ([9e4eb11f](https://github.com/gregoranders/nodejs-upload-asset/commit/9e4eb11faaeee0cce966edea7505bb1a5e096bd7))
- **update:** update docs ([ae06acec](https://github.com/gregoranders/nodejs-upload-asset/commit/ae06acec5f3bd5e9947dc2215191403621d21dad))

##### Other Changes

- gregoranders/nodejs-upload-asset into development ([e16a0d06](https://github.com/gregoranders/nodejs-upload-asset/commit/e16a0d064f9058dedf6f78af16289ee7cfd19778))
- bump eslint from 7.4.0 to 7.5.0 ([e4deb821](https://github.com/gregoranders/nodejs-upload-asset/commit/e4deb82128627c6f773a9e6bd44226b304fa1f00))
- bump @types/jest from 26.0.4 to 26.0.5 ([5d97f6ad](https://github.com/gregoranders/nodejs-upload-asset/commit/5d97f6ad53f3be24fb98704ee74b564df1779139))
- bump eslint-plugin-unicorn from 20.1.0 to 21.0.0 ([a8852d5b](https://github.com/gregoranders/nodejs-upload-asset/commit/a8852d5b6e96088871ca1430b177b40355eaf48c))
- bump ts-jest from 26.1.1 to 26.1.3 ([173fea26](https://github.com/gregoranders/nodejs-upload-asset/commit/173fea26a4940bd6b9101ddae64b8b3eac533fcf))
- bump typescript from 3.9.6 to 3.9.7 ([9c4a37a6](https://github.com/gregoranders/nodejs-upload-asset/commit/9c4a37a6059440f317a54ea0af23a35503b72526))
- bump @typescript-eslint/parser from 3.6.0 to 3.6.1 ([4fcacfdc](https://github.com/gregoranders/nodejs-upload-asset/commit/4fcacfdc93c9048b589bcbe0f30a953ed6c65796))
- bump @typescript-eslint/eslint-plugin from 3.6.0 to 3.6.1 ([de49f757](https://github.com/gregoranders/nodejs-upload-asset/commit/de49f757019a7151e67085739f80a9e03a187e2f))
- bump @types/jest from 26.0.3 to 26.0.4 ([b5f68f9d](https://github.com/gregoranders/nodejs-upload-asset/commit/b5f68f9daaecadfe12a34f81ff0d68b1a290fb57))
- bump @typescript-eslint/eslint-plugin from 3.5.0 to 3.6.0 ([05fd5321](https://github.com/gregoranders/nodejs-upload-asset/commit/05fd53213ba81d47ed8b9be1384d5ac971cc7e10))
- bump @typescript-eslint/parser from 3.5.0 to 3.6.0 ([dfee0ac4](https://github.com/gregoranders/nodejs-upload-asset/commit/dfee0ac4232e067f68cc594186a8528ab45ec759))
- bump eslint-plugin-jest from 23.17.1 to 23.18.0 ([8761f056](https://github.com/gregoranders/nodejs-upload-asset/commit/8761f056ab5190c8555ebedcb1562d4e886f671e))
- bump eslint from 7.3.1 to 7.4.0 ([846286b1](https://github.com/gregoranders/nodejs-upload-asset/commit/846286b1d716d7b698d4a41627764e48d1fbce7a))
- bump typescript from 3.9.5 to 3.9.6 ([352dbf85](https://github.com/gregoranders/nodejs-upload-asset/commit/352dbf8515be389ba142451cf056d4fffb990e14))
- bump @typescript-eslint/eslint-plugin from 3.4.0 to 3.5.0 ([1e776bfe](https://github.com/gregoranders/nodejs-upload-asset/commit/1e776bfe6cc1743d1edf462a32ad68023678fede))
- bump @typescript-eslint/parser from 3.4.0 to 3.5.0 ([ec4e4608](https://github.com/gregoranders/nodejs-upload-asset/commit/ec4e4608e0275d9b4649b9acf142f956ed63748e))
- bump @actions/github from 3.0.0 to 4.0.0 ([d354ad3b](https://github.com/gregoranders/nodejs-upload-asset/commit/d354ad3b96809d97fce70d0dd7f0d41734e0653c))

##### Refactors

- **package:** refactor package.json ([731b6e7a](https://github.com/gregoranders/nodejs-upload-asset/commit/731b6e7aaeaac36163b8584131273c00d111a585))
- **test:** move test utils ([ed54f946](https://github.com/gregoranders/nodejs-upload-asset/commit/ed54f94613182eec16f0d494dcf552bd1e84e4fe))
- **build:** add codacy and code climate ([ff4dff64](https://github.com/gregoranders/nodejs-upload-asset/commit/ff4dff6402d2c33f33e9820093b156a4d8690d58))
- **CI:** refactor GitHub CI ([e5f0cd50](https://github.com/gregoranders/nodejs-upload-asset/commit/e5f0cd50361b1db22fece2f45e83ef471e1d97d9))
- **vscode:** refactor visual code config ([2ef1e444](https://github.com/gregoranders/nodejs-upload-asset/commit/2ef1e4444ae2aee1ee71fad9de6502c08f732a18))

#### 0.0.10 (2020-07-26)

##### Chores

- **release:**
- 0.0.10 ([4a9e4306](https://github.com/gregoranders/nodejs-upload-asset/commit/4a9e43069d8ec9a17f055ef8c6ed8c8f6275c568))
- prepare next release ([b9eaa57b](https://github.com/gregoranders/nodejs-upload-asset/commit/b9eaa57bfe428352d3041bbd2a7f3a250c409290))

##### Documentation Changes

- **update:** update docs ([ae06acec](https://github.com/gregoranders/nodejs-upload-asset/commit/ae06acec5f3bd5e9947dc2215191403621d21dad))

##### Other Changes

- gregoranders/nodejs-upload-asset into development ([e16a0d06](https://github.com/gregoranders/nodejs-upload-asset/commit/e16a0d064f9058dedf6f78af16289ee7cfd19778))
- bump eslint from 7.4.0 to 7.5.0 ([e4deb821](https://github.com/gregoranders/nodejs-upload-asset/commit/e4deb82128627c6f773a9e6bd44226b304fa1f00))
- bump @types/jest from 26.0.4 to 26.0.5 ([5d97f6ad](https://github.com/gregoranders/nodejs-upload-asset/commit/5d97f6ad53f3be24fb98704ee74b564df1779139))
- bump eslint-plugin-unicorn from 20.1.0 to 21.0.0 ([a8852d5b](https://github.com/gregoranders/nodejs-upload-asset/commit/a8852d5b6e96088871ca1430b177b40355eaf48c))
- bump ts-jest from 26.1.1 to 26.1.3 ([173fea26](https://github.com/gregoranders/nodejs-upload-asset/commit/173fea26a4940bd6b9101ddae64b8b3eac533fcf))
- bump typescript from 3.9.6 to 3.9.7 ([9c4a37a6](https://github.com/gregoranders/nodejs-upload-asset/commit/9c4a37a6059440f317a54ea0af23a35503b72526))
- bump @typescript-eslint/parser from 3.6.0 to 3.6.1 ([4fcacfdc](https://github.com/gregoranders/nodejs-upload-asset/commit/4fcacfdc93c9048b589bcbe0f30a953ed6c65796))
- bump @typescript-eslint/eslint-plugin from 3.6.0 to 3.6.1 ([de49f757](https://github.com/gregoranders/nodejs-upload-asset/commit/de49f757019a7151e67085739f80a9e03a187e2f))
- bump @types/jest from 26.0.3 to 26.0.4 ([b5f68f9d](https://github.com/gregoranders/nodejs-upload-asset/commit/b5f68f9daaecadfe12a34f81ff0d68b1a290fb57))
- bump @typescript-eslint/eslint-plugin from 3.5.0 to 3.6.0 ([05fd5321](https://github.com/gregoranders/nodejs-upload-asset/commit/05fd53213ba81d47ed8b9be1384d5ac971cc7e10))
- bump @typescript-eslint/parser from 3.5.0 to 3.6.0 ([dfee0ac4](https://github.com/gregoranders/nodejs-upload-asset/commit/dfee0ac4232e067f68cc594186a8528ab45ec759))
- bump eslint-plugin-jest from 23.17.1 to 23.18.0 ([8761f056](https://github.com/gregoranders/nodejs-upload-asset/commit/8761f056ab5190c8555ebedcb1562d4e886f671e))
- bump eslint from 7.3.1 to 7.4.0 ([846286b1](https://github.com/gregoranders/nodejs-upload-asset/commit/846286b1d716d7b698d4a41627764e48d1fbce7a))
- bump typescript from 3.9.5 to 3.9.6 ([352dbf85](https://github.com/gregoranders/nodejs-upload-asset/commit/352dbf8515be389ba142451cf056d4fffb990e14))
- bump @typescript-eslint/eslint-plugin from 3.4.0 to 3.5.0 ([1e776bfe](https://github.com/gregoranders/nodejs-upload-asset/commit/1e776bfe6cc1743d1edf462a32ad68023678fede))
- bump @typescript-eslint/parser from 3.4.0 to 3.5.0 ([ec4e4608](https://github.com/gregoranders/nodejs-upload-asset/commit/ec4e4608e0275d9b4649b9acf142f956ed63748e))
- bump @actions/github from 3.0.0 to 4.0.0 ([d354ad3b](https://github.com/gregoranders/nodejs-upload-asset/commit/d354ad3b96809d97fce70d0dd7f0d41734e0653c))

##### Refactors

- **package:** refactor package.json ([731b6e7a](https://github.com/gregoranders/nodejs-upload-asset/commit/731b6e7aaeaac36163b8584131273c00d111a585))
- **test:** move test utils ([ed54f946](https://github.com/gregoranders/nodejs-upload-asset/commit/ed54f94613182eec16f0d494dcf552bd1e84e4fe))
- **build:** add codacy and code climate ([ff4dff64](https://github.com/gregoranders/nodejs-upload-asset/commit/ff4dff6402d2c33f33e9820093b156a4d8690d58))
- **CI:** refactor GitHub CI ([e5f0cd50](https://github.com/gregoranders/nodejs-upload-asset/commit/e5f0cd50361b1db22fece2f45e83ef471e1d97d9))
- **vscode:** refactor visual code config ([2ef1e444](https://github.com/gregoranders/nodejs-upload-asset/commit/2ef1e4444ae2aee1ee71fad9de6502c08f732a18))

#### 0.0.7 (2020-06-26)

##### Build System / Dependencies

- **release:** add new packaged version ([2eb8fe7d](https://github.com/gregoranders/nodejs-upload-asset/commit/2eb8fe7d5576be30b07c91c4890b485958e58d2e))

##### Chores

- **github:** add GitHub releated files ([1e3d8d84](https://github.com/gregoranders/nodejs-upload-asset/commit/1e3d8d84a9d499cba7c4666059e40397aba259ab))
- **dependencies:** update dependencies ([15a5c27d](https://github.com/gregoranders/nodejs-upload-asset/commit/15a5c27d5061164039b8743eb1c303e38666c3bc))

##### New Features

- **lint-staged:** add lint-staged ([423420b3](https://github.com/gregoranders/nodejs-upload-asset/commit/423420b3895cb1dc0a9a44b3198d63946cb53522))
- **package:** add CHANGELOG ([6c6926e7](https://github.com/gregoranders/nodejs-upload-asset/commit/6c6926e7816773ee5bef2e17abe7bd3b05334acd))
- **eslint:** add jest and unicorn plugin ([b7a13121](https://github.com/gregoranders/nodejs-upload-asset/commit/b7a13121cbe0abda8feb61ab272a4fd19db942c3))

##### Bug Fixes

- **docs:** fix url in SECURITY.md ([aa6492b1](https://github.com/gregoranders/nodejs-upload-asset/commit/aa6492b1ca5a9d5627add56766efae15bda60d1d))
- **package:** pin down package to fixed version ([96d5d8dd](https://github.com/gregoranders/nodejs-upload-asset/commit/96d5d8ddfecce9aaf84ba3b8d022cbfa46de56fd))

##### Refactors

- **prettier:** move prettier configuration to json ([e30f2f9a](https://github.com/gregoranders/nodejs-upload-asset/commit/e30f2f9a0c508b772bdd234d482ea8a50512f3ae))
### [0.0.18](https://github.com/gregoranders/nodejs-upload-asset/compare/v0.0.17...v0.0.18) (2022-02-26)
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ This action uploads an asset to a release, so your workflow can access it.
...
- name: nodejs project information
id: projectinfo
uses: gregoranders/nodejs-project-info@v0.0.17
uses: gregoranders/nodejs-project-info@v0.0.18
- name: create release
id: createrelease
uses: gregoranders/nodejs-create-release@v0.0.17
uses: gregoranders/nodejs-create-release@v0.0.18
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -50,7 +50,7 @@ This action uploads an asset to a release, so your workflow can access it.
target: ${{ github.ref }}
- name: upload asset
id: uploadasset
uses: gregoranders/nodejs-upload-asset@v0.0.17
uses: gregoranders/nodejs-upload-asset@v0.0.18
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
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.13 | :x: |
| 0.0.12 | :x: |
| 0.0.11 | :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-upload-asset",
"version": "0.0.17",
"version": "0.0.18",
"description": "NodeJS Upload Asset",
"main": "./dist/index.js",
"scripts": {
Expand Down Expand Up @@ -105,7 +105,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

0 comments on commit c15c937

Please sign in to comment.