Skip to content

Commit c15c937

Browse files
authored
Merge pull request #149 from gregoranders/development
0.0.18 release
2 parents 737c033 + 597618c commit c15c937

File tree

7 files changed

+18
-174
lines changed

7 files changed

+18
-174
lines changed

.codeclimate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,6 @@ exclude_patterns:
3333
- '**/dist'
3434
- '**/test'
3535
- '**/node_modules'
36+
- '**/commitlint.config.js'
37+
- '**/**/*.spec.ts'
38+
- 'CHANGELOG.md'

.conventionalCommit.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@
3535
}
3636
},
3737
"scopes": {
38+
"dependencies": {
39+
"description": "Changes which affect dependencies"
40+
},
41+
"devdependencies": {
42+
"description": "Changes which affect development dependencies"
43+
},
3844
"codeclimate": {
3945
"description": "Changes which affect Code Climate integration"
4046
},

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
submodules: recursive
3232
- name: Use Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
33-
uses: actions/setup-node@v1
33+
uses: actions/setup-node@v2
3434
with:
3535
node-version: ${{ matrix.node-version }}
3636
registry-url: 'https://registry.npmjs.org/'

CHANGELOG.md

Lines changed: 1 addition & 167 deletions
Original file line numberDiff line numberDiff line change
@@ -1,167 +1 @@
1-
#### 0.0.13 (2022-02-02)
2-
3-
##### Chores
4-
5-
* **dependencies:**
6-
* :arrow_up: updates dependencies ([a3cbbe78](https://github.com/gregoranders/nodejs-upload-asset/commit/a3cbbe782df99b2d66bc9c00722396000a835e7e))
7-
* update dev dependencies ([b1b2c2ac](https://github.com/gregoranders/nodejs-upload-asset/commit/b1b2c2aca2fa6f9425b59171a0d75f02d2bb2809))
8-
* update dependnencies ([7d866c9f](https://github.com/gregoranders/nodejs-upload-asset/commit/7d866c9f4b88f132e596c800650e9525c2d42748))
9-
* update dev dependencies ([0ee040db](https://github.com/gregoranders/nodejs-upload-asset/commit/0ee040db89f7a99a4454b5e3050518f886dfa40d))
10-
* update dev dependencies ([655657a8](https://github.com/gregoranders/nodejs-upload-asset/commit/655657a8bdaa8bdbc2679d0d8c8d9176411009bc))
11-
* **CHANGELOG:** update changelog ([c21a74b3](https://github.com/gregoranders/nodejs-upload-asset/commit/c21a74b3a74a4503e45d3e3b70cd616861dae1a2))
12-
* **build:** update build ([58957a92](https://github.com/gregoranders/nodejs-upload-asset/commit/58957a9248d615f5eb7a4922c9d0da5d6ede96e6))
13-
* **release:**
14-
* bump version ([de1bf189](https://github.com/gregoranders/nodejs-upload-asset/commit/de1bf1899634016faad605c79a139b99ef757659))
15-
* 0.0.10 ([4a9e4306](https://github.com/gregoranders/nodejs-upload-asset/commit/4a9e43069d8ec9a17f055ef8c6ed8c8f6275c568))
16-
* prepare next release ([b9eaa57b](https://github.com/gregoranders/nodejs-upload-asset/commit/b9eaa57bfe428352d3041bbd2a7f3a250c409290))
17-
18-
##### Documentation Changes
19-
20-
* **changelog:** update changelog ([9e4eb11f](https://github.com/gregoranders/nodejs-upload-asset/commit/9e4eb11faaeee0cce966edea7505bb1a5e096bd7))
21-
* **update:** update docs ([ae06acec](https://github.com/gregoranders/nodejs-upload-asset/commit/ae06acec5f3bd5e9947dc2215191403621d21dad))
22-
23-
##### Bug Fixes
24-
25-
* **build:** :bug: fixes codacy ([b0088271](https://github.com/gregoranders/nodejs-upload-asset/commit/b00882719ade934bf2020c807915199102cf801b))
26-
27-
##### Other Changes
28-
29-
* gregoranders/nodejs-upload-asset into development ([e16a0d06](https://github.com/gregoranders/nodejs-upload-asset/commit/e16a0d064f9058dedf6f78af16289ee7cfd19778))
30-
* bump eslint from 7.4.0 to 7.5.0 ([e4deb821](https://github.com/gregoranders/nodejs-upload-asset/commit/e4deb82128627c6f773a9e6bd44226b304fa1f00))
31-
* bump @types/jest from 26.0.4 to 26.0.5 ([5d97f6ad](https://github.com/gregoranders/nodejs-upload-asset/commit/5d97f6ad53f3be24fb98704ee74b564df1779139))
32-
* bump eslint-plugin-unicorn from 20.1.0 to 21.0.0 ([a8852d5b](https://github.com/gregoranders/nodejs-upload-asset/commit/a8852d5b6e96088871ca1430b177b40355eaf48c))
33-
* bump ts-jest from 26.1.1 to 26.1.3 ([173fea26](https://github.com/gregoranders/nodejs-upload-asset/commit/173fea26a4940bd6b9101ddae64b8b3eac533fcf))
34-
* bump typescript from 3.9.6 to 3.9.7 ([9c4a37a6](https://github.com/gregoranders/nodejs-upload-asset/commit/9c4a37a6059440f317a54ea0af23a35503b72526))
35-
* bump @typescript-eslint/parser from 3.6.0 to 3.6.1 ([4fcacfdc](https://github.com/gregoranders/nodejs-upload-asset/commit/4fcacfdc93c9048b589bcbe0f30a953ed6c65796))
36-
* bump @typescript-eslint/eslint-plugin from 3.6.0 to 3.6.1 ([de49f757](https://github.com/gregoranders/nodejs-upload-asset/commit/de49f757019a7151e67085739f80a9e03a187e2f))
37-
* bump @types/jest from 26.0.3 to 26.0.4 ([b5f68f9d](https://github.com/gregoranders/nodejs-upload-asset/commit/b5f68f9daaecadfe12a34f81ff0d68b1a290fb57))
38-
* bump @typescript-eslint/eslint-plugin from 3.5.0 to 3.6.0 ([05fd5321](https://github.com/gregoranders/nodejs-upload-asset/commit/05fd53213ba81d47ed8b9be1384d5ac971cc7e10))
39-
* bump @typescript-eslint/parser from 3.5.0 to 3.6.0 ([dfee0ac4](https://github.com/gregoranders/nodejs-upload-asset/commit/dfee0ac4232e067f68cc594186a8528ab45ec759))
40-
* bump eslint-plugin-jest from 23.17.1 to 23.18.0 ([8761f056](https://github.com/gregoranders/nodejs-upload-asset/commit/8761f056ab5190c8555ebedcb1562d4e886f671e))
41-
* bump eslint from 7.3.1 to 7.4.0 ([846286b1](https://github.com/gregoranders/nodejs-upload-asset/commit/846286b1d716d7b698d4a41627764e48d1fbce7a))
42-
* bump typescript from 3.9.5 to 3.9.6 ([352dbf85](https://github.com/gregoranders/nodejs-upload-asset/commit/352dbf8515be389ba142451cf056d4fffb990e14))
43-
* bump @typescript-eslint/eslint-plugin from 3.4.0 to 3.5.0 ([1e776bfe](https://github.com/gregoranders/nodejs-upload-asset/commit/1e776bfe6cc1743d1edf462a32ad68023678fede))
44-
* bump @typescript-eslint/parser from 3.4.0 to 3.5.0 ([ec4e4608](https://github.com/gregoranders/nodejs-upload-asset/commit/ec4e4608e0275d9b4649b9acf142f956ed63748e))
45-
* bump @actions/github from 3.0.0 to 4.0.0 ([d354ad3b](https://github.com/gregoranders/nodejs-upload-asset/commit/d354ad3b96809d97fce70d0dd7f0d41734e0653c))
46-
47-
##### Refactors
48-
49-
* **package:** refactor package.json ([731b6e7a](https://github.com/gregoranders/nodejs-upload-asset/commit/731b6e7aaeaac36163b8584131273c00d111a585))
50-
* **test:** move test utils ([ed54f946](https://github.com/gregoranders/nodejs-upload-asset/commit/ed54f94613182eec16f0d494dcf552bd1e84e4fe))
51-
* **build:** add codacy and code climate ([ff4dff64](https://github.com/gregoranders/nodejs-upload-asset/commit/ff4dff6402d2c33f33e9820093b156a4d8690d58))
52-
* **CI:** refactor GitHub CI ([e5f0cd50](https://github.com/gregoranders/nodejs-upload-asset/commit/e5f0cd50361b1db22fece2f45e83ef471e1d97d9))
53-
* **vscode:** refactor visual code config ([2ef1e444](https://github.com/gregoranders/nodejs-upload-asset/commit/2ef1e4444ae2aee1ee71fad9de6502c08f732a18))
54-
55-
#### 0.0.11 (2020-08-19)
56-
57-
##### Chores
58-
59-
- **build:** update build ([58957a92](https://github.com/gregoranders/nodejs-upload-asset/commit/58957a9248d615f5eb7a4922c9d0da5d6ede96e6))
60-
- **release:**
61-
- bump version ([de1bf189](https://github.com/gregoranders/nodejs-upload-asset/commit/de1bf1899634016faad605c79a139b99ef757659))
62-
- 0.0.10 ([4a9e4306](https://github.com/gregoranders/nodejs-upload-asset/commit/4a9e43069d8ec9a17f055ef8c6ed8c8f6275c568))
63-
- prepare next release ([b9eaa57b](https://github.com/gregoranders/nodejs-upload-asset/commit/b9eaa57bfe428352d3041bbd2a7f3a250c409290))
64-
- **dependencies:**
65-
- update dev dependencies ([b1b2c2ac](https://github.com/gregoranders/nodejs-upload-asset/commit/b1b2c2aca2fa6f9425b59171a0d75f02d2bb2809))
66-
- update dependnencies ([7d866c9f](https://github.com/gregoranders/nodejs-upload-asset/commit/7d866c9f4b88f132e596c800650e9525c2d42748))
67-
- update dev dependencies ([0ee040db](https://github.com/gregoranders/nodejs-upload-asset/commit/0ee040db89f7a99a4454b5e3050518f886dfa40d))
68-
- update dev dependencies ([655657a8](https://github.com/gregoranders/nodejs-upload-asset/commit/655657a8bdaa8bdbc2679d0d8c8d9176411009bc))
69-
70-
##### Documentation Changes
71-
72-
- **changelog:** update changelog ([9e4eb11f](https://github.com/gregoranders/nodejs-upload-asset/commit/9e4eb11faaeee0cce966edea7505bb1a5e096bd7))
73-
- **update:** update docs ([ae06acec](https://github.com/gregoranders/nodejs-upload-asset/commit/ae06acec5f3bd5e9947dc2215191403621d21dad))
74-
75-
##### Other Changes
76-
77-
- gregoranders/nodejs-upload-asset into development ([e16a0d06](https://github.com/gregoranders/nodejs-upload-asset/commit/e16a0d064f9058dedf6f78af16289ee7cfd19778))
78-
- bump eslint from 7.4.0 to 7.5.0 ([e4deb821](https://github.com/gregoranders/nodejs-upload-asset/commit/e4deb82128627c6f773a9e6bd44226b304fa1f00))
79-
- bump @types/jest from 26.0.4 to 26.0.5 ([5d97f6ad](https://github.com/gregoranders/nodejs-upload-asset/commit/5d97f6ad53f3be24fb98704ee74b564df1779139))
80-
- bump eslint-plugin-unicorn from 20.1.0 to 21.0.0 ([a8852d5b](https://github.com/gregoranders/nodejs-upload-asset/commit/a8852d5b6e96088871ca1430b177b40355eaf48c))
81-
- bump ts-jest from 26.1.1 to 26.1.3 ([173fea26](https://github.com/gregoranders/nodejs-upload-asset/commit/173fea26a4940bd6b9101ddae64b8b3eac533fcf))
82-
- bump typescript from 3.9.6 to 3.9.7 ([9c4a37a6](https://github.com/gregoranders/nodejs-upload-asset/commit/9c4a37a6059440f317a54ea0af23a35503b72526))
83-
- bump @typescript-eslint/parser from 3.6.0 to 3.6.1 ([4fcacfdc](https://github.com/gregoranders/nodejs-upload-asset/commit/4fcacfdc93c9048b589bcbe0f30a953ed6c65796))
84-
- bump @typescript-eslint/eslint-plugin from 3.6.0 to 3.6.1 ([de49f757](https://github.com/gregoranders/nodejs-upload-asset/commit/de49f757019a7151e67085739f80a9e03a187e2f))
85-
- bump @types/jest from 26.0.3 to 26.0.4 ([b5f68f9d](https://github.com/gregoranders/nodejs-upload-asset/commit/b5f68f9daaecadfe12a34f81ff0d68b1a290fb57))
86-
- bump @typescript-eslint/eslint-plugin from 3.5.0 to 3.6.0 ([05fd5321](https://github.com/gregoranders/nodejs-upload-asset/commit/05fd53213ba81d47ed8b9be1384d5ac971cc7e10))
87-
- bump @typescript-eslint/parser from 3.5.0 to 3.6.0 ([dfee0ac4](https://github.com/gregoranders/nodejs-upload-asset/commit/dfee0ac4232e067f68cc594186a8528ab45ec759))
88-
- bump eslint-plugin-jest from 23.17.1 to 23.18.0 ([8761f056](https://github.com/gregoranders/nodejs-upload-asset/commit/8761f056ab5190c8555ebedcb1562d4e886f671e))
89-
- bump eslint from 7.3.1 to 7.4.0 ([846286b1](https://github.com/gregoranders/nodejs-upload-asset/commit/846286b1d716d7b698d4a41627764e48d1fbce7a))
90-
- bump typescript from 3.9.5 to 3.9.6 ([352dbf85](https://github.com/gregoranders/nodejs-upload-asset/commit/352dbf8515be389ba142451cf056d4fffb990e14))
91-
- bump @typescript-eslint/eslint-plugin from 3.4.0 to 3.5.0 ([1e776bfe](https://github.com/gregoranders/nodejs-upload-asset/commit/1e776bfe6cc1743d1edf462a32ad68023678fede))
92-
- bump @typescript-eslint/parser from 3.4.0 to 3.5.0 ([ec4e4608](https://github.com/gregoranders/nodejs-upload-asset/commit/ec4e4608e0275d9b4649b9acf142f956ed63748e))
93-
- bump @actions/github from 3.0.0 to 4.0.0 ([d354ad3b](https://github.com/gregoranders/nodejs-upload-asset/commit/d354ad3b96809d97fce70d0dd7f0d41734e0653c))
94-
95-
##### Refactors
96-
97-
- **package:** refactor package.json ([731b6e7a](https://github.com/gregoranders/nodejs-upload-asset/commit/731b6e7aaeaac36163b8584131273c00d111a585))
98-
- **test:** move test utils ([ed54f946](https://github.com/gregoranders/nodejs-upload-asset/commit/ed54f94613182eec16f0d494dcf552bd1e84e4fe))
99-
- **build:** add codacy and code climate ([ff4dff64](https://github.com/gregoranders/nodejs-upload-asset/commit/ff4dff6402d2c33f33e9820093b156a4d8690d58))
100-
- **CI:** refactor GitHub CI ([e5f0cd50](https://github.com/gregoranders/nodejs-upload-asset/commit/e5f0cd50361b1db22fece2f45e83ef471e1d97d9))
101-
- **vscode:** refactor visual code config ([2ef1e444](https://github.com/gregoranders/nodejs-upload-asset/commit/2ef1e4444ae2aee1ee71fad9de6502c08f732a18))
102-
103-
#### 0.0.10 (2020-07-26)
104-
105-
##### Chores
106-
107-
- **release:**
108-
- 0.0.10 ([4a9e4306](https://github.com/gregoranders/nodejs-upload-asset/commit/4a9e43069d8ec9a17f055ef8c6ed8c8f6275c568))
109-
- prepare next release ([b9eaa57b](https://github.com/gregoranders/nodejs-upload-asset/commit/b9eaa57bfe428352d3041bbd2a7f3a250c409290))
110-
111-
##### Documentation Changes
112-
113-
- **update:** update docs ([ae06acec](https://github.com/gregoranders/nodejs-upload-asset/commit/ae06acec5f3bd5e9947dc2215191403621d21dad))
114-
115-
##### Other Changes
116-
117-
- gregoranders/nodejs-upload-asset into development ([e16a0d06](https://github.com/gregoranders/nodejs-upload-asset/commit/e16a0d064f9058dedf6f78af16289ee7cfd19778))
118-
- bump eslint from 7.4.0 to 7.5.0 ([e4deb821](https://github.com/gregoranders/nodejs-upload-asset/commit/e4deb82128627c6f773a9e6bd44226b304fa1f00))
119-
- bump @types/jest from 26.0.4 to 26.0.5 ([5d97f6ad](https://github.com/gregoranders/nodejs-upload-asset/commit/5d97f6ad53f3be24fb98704ee74b564df1779139))
120-
- bump eslint-plugin-unicorn from 20.1.0 to 21.0.0 ([a8852d5b](https://github.com/gregoranders/nodejs-upload-asset/commit/a8852d5b6e96088871ca1430b177b40355eaf48c))
121-
- bump ts-jest from 26.1.1 to 26.1.3 ([173fea26](https://github.com/gregoranders/nodejs-upload-asset/commit/173fea26a4940bd6b9101ddae64b8b3eac533fcf))
122-
- bump typescript from 3.9.6 to 3.9.7 ([9c4a37a6](https://github.com/gregoranders/nodejs-upload-asset/commit/9c4a37a6059440f317a54ea0af23a35503b72526))
123-
- bump @typescript-eslint/parser from 3.6.0 to 3.6.1 ([4fcacfdc](https://github.com/gregoranders/nodejs-upload-asset/commit/4fcacfdc93c9048b589bcbe0f30a953ed6c65796))
124-
- bump @typescript-eslint/eslint-plugin from 3.6.0 to 3.6.1 ([de49f757](https://github.com/gregoranders/nodejs-upload-asset/commit/de49f757019a7151e67085739f80a9e03a187e2f))
125-
- bump @types/jest from 26.0.3 to 26.0.4 ([b5f68f9d](https://github.com/gregoranders/nodejs-upload-asset/commit/b5f68f9daaecadfe12a34f81ff0d68b1a290fb57))
126-
- bump @typescript-eslint/eslint-plugin from 3.5.0 to 3.6.0 ([05fd5321](https://github.com/gregoranders/nodejs-upload-asset/commit/05fd53213ba81d47ed8b9be1384d5ac971cc7e10))
127-
- bump @typescript-eslint/parser from 3.5.0 to 3.6.0 ([dfee0ac4](https://github.com/gregoranders/nodejs-upload-asset/commit/dfee0ac4232e067f68cc594186a8528ab45ec759))
128-
- bump eslint-plugin-jest from 23.17.1 to 23.18.0 ([8761f056](https://github.com/gregoranders/nodejs-upload-asset/commit/8761f056ab5190c8555ebedcb1562d4e886f671e))
129-
- bump eslint from 7.3.1 to 7.4.0 ([846286b1](https://github.com/gregoranders/nodejs-upload-asset/commit/846286b1d716d7b698d4a41627764e48d1fbce7a))
130-
- bump typescript from 3.9.5 to 3.9.6 ([352dbf85](https://github.com/gregoranders/nodejs-upload-asset/commit/352dbf8515be389ba142451cf056d4fffb990e14))
131-
- bump @typescript-eslint/eslint-plugin from 3.4.0 to 3.5.0 ([1e776bfe](https://github.com/gregoranders/nodejs-upload-asset/commit/1e776bfe6cc1743d1edf462a32ad68023678fede))
132-
- bump @typescript-eslint/parser from 3.4.0 to 3.5.0 ([ec4e4608](https://github.com/gregoranders/nodejs-upload-asset/commit/ec4e4608e0275d9b4649b9acf142f956ed63748e))
133-
- bump @actions/github from 3.0.0 to 4.0.0 ([d354ad3b](https://github.com/gregoranders/nodejs-upload-asset/commit/d354ad3b96809d97fce70d0dd7f0d41734e0653c))
134-
135-
##### Refactors
136-
137-
- **package:** refactor package.json ([731b6e7a](https://github.com/gregoranders/nodejs-upload-asset/commit/731b6e7aaeaac36163b8584131273c00d111a585))
138-
- **test:** move test utils ([ed54f946](https://github.com/gregoranders/nodejs-upload-asset/commit/ed54f94613182eec16f0d494dcf552bd1e84e4fe))
139-
- **build:** add codacy and code climate ([ff4dff64](https://github.com/gregoranders/nodejs-upload-asset/commit/ff4dff6402d2c33f33e9820093b156a4d8690d58))
140-
- **CI:** refactor GitHub CI ([e5f0cd50](https://github.com/gregoranders/nodejs-upload-asset/commit/e5f0cd50361b1db22fece2f45e83ef471e1d97d9))
141-
- **vscode:** refactor visual code config ([2ef1e444](https://github.com/gregoranders/nodejs-upload-asset/commit/2ef1e4444ae2aee1ee71fad9de6502c08f732a18))
142-
143-
#### 0.0.7 (2020-06-26)
144-
145-
##### Build System / Dependencies
146-
147-
- **release:** add new packaged version ([2eb8fe7d](https://github.com/gregoranders/nodejs-upload-asset/commit/2eb8fe7d5576be30b07c91c4890b485958e58d2e))
148-
149-
##### Chores
150-
151-
- **github:** add GitHub releated files ([1e3d8d84](https://github.com/gregoranders/nodejs-upload-asset/commit/1e3d8d84a9d499cba7c4666059e40397aba259ab))
152-
- **dependencies:** update dependencies ([15a5c27d](https://github.com/gregoranders/nodejs-upload-asset/commit/15a5c27d5061164039b8743eb1c303e38666c3bc))
153-
154-
##### New Features
155-
156-
- **lint-staged:** add lint-staged ([423420b3](https://github.com/gregoranders/nodejs-upload-asset/commit/423420b3895cb1dc0a9a44b3198d63946cb53522))
157-
- **package:** add CHANGELOG ([6c6926e7](https://github.com/gregoranders/nodejs-upload-asset/commit/6c6926e7816773ee5bef2e17abe7bd3b05334acd))
158-
- **eslint:** add jest and unicorn plugin ([b7a13121](https://github.com/gregoranders/nodejs-upload-asset/commit/b7a13121cbe0abda8feb61ab272a4fd19db942c3))
159-
160-
##### Bug Fixes
161-
162-
- **docs:** fix url in SECURITY.md ([aa6492b1](https://github.com/gregoranders/nodejs-upload-asset/commit/aa6492b1ca5a9d5627add56766efae15bda60d1d))
163-
- **package:** pin down package to fixed version ([96d5d8dd](https://github.com/gregoranders/nodejs-upload-asset/commit/96d5d8ddfecce9aaf84ba3b8d022cbfa46de56fd))
164-
165-
##### Refactors
166-
167-
- **prettier:** move prettier configuration to json ([e30f2f9a](https://github.com/gregoranders/nodejs-upload-asset/commit/e30f2f9a0c508b772bdd234d482ea8a50512f3ae))
1+
### [0.0.18](https://github.com/gregoranders/nodejs-upload-asset/compare/v0.0.17...v0.0.18) (2022-02-26)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ This action uploads an asset to a release, so your workflow can access it.
3838
...
3939
- name: nodejs project information
4040
id: projectinfo
41-
uses: gregoranders/[email protected].17
41+
uses: gregoranders/[email protected].18
4242
- name: create release
4343
id: createrelease
44-
uses: gregoranders/[email protected].17
44+
uses: gregoranders/[email protected].18
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4747
with:
@@ -50,7 +50,7 @@ This action uploads an asset to a release, so your workflow can access it.
5050
target: ${{ github.ref }}
5151
- name: upload asset
5252
id: uploadasset
53-
uses: gregoranders/[email protected].17
53+
uses: gregoranders/[email protected].18
5454
env:
5555
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5656
with:

SECURITY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
| Version | Supported |
66
| :------ | :----------------: |
7-
| 0.0.17 | :white_check_mark: |
7+
| 0.0.18 | :white_check_mark: |
8+
| 0.0.17 | :x: |
89
| 0.0.13 | :x: |
910
| 0.0.12 | :x: |
1011
| 0.0.11 | :x: |

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodejs-upload-asset",
3-
"version": "0.0.17",
3+
"version": "0.0.18",
44
"description": "NodeJS Upload Asset",
55
"main": "./dist/index.js",
66
"scripts": {
@@ -105,7 +105,7 @@
105105
"conventional-changelog-cli": "2.2.2",
106106
"cross-env": "7.0.3",
107107
"dictionary-en": "3.1.0",
108-
"eslint": "8.9.0",
108+
"eslint": "8.10.0",
109109
"eslint-config-prettier": "8.4.0",
110110
"eslint-plugin-jest": "26.1.1",
111111
"eslint-plugin-prettier": "4.0.0",

0 commit comments

Comments
 (0)