File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.1.8] ( https://github.com/netlify/submit-build-plugin-action/compare/v1.1.7...v1.1.8 ) (2022-06-06)
4+
5+
6+ ### Bug Fixes
7+
8+ * ** deps:** update dependency @actions/core to v1.7.0 ([ #57 ] ( https://github.com/netlify/submit-build-plugin-action/issues/57 ) ) ([ a384ac9] ( https://github.com/netlify/submit-build-plugin-action/commit/a384ac9e6df7fe06e1e8515345f4c0f11fc217aa ) )
9+ * ** deps:** update dependency @actions/core to v1.8.0 ([ #59 ] ( https://github.com/netlify/submit-build-plugin-action/issues/59 ) ) ([ 78083fe] ( https://github.com/netlify/submit-build-plugin-action/commit/78083fe2a8c8d317b45a3e231f65ac887b984f16 ) )
10+ * ** deps:** update dependency @actions/core to v1.8.2 ([ #63 ] ( https://github.com/netlify/submit-build-plugin-action/issues/63 ) ) ([ 03f4641] ( https://github.com/netlify/submit-build-plugin-action/commit/03f464129cdf0205d92771b428fbcddca9259649 ) )
11+ * ** deps:** update dependency @actions/github to v5.0.3 ([ #64 ] ( https://github.com/netlify/submit-build-plugin-action/issues/64 ) ) ([ 99ca7e3] ( https://github.com/netlify/submit-build-plugin-action/commit/99ca7e3116d02d93ab7659a87f484a43311d38b9 ) )
12+ * ** deps:** update dependency pacote to v13.3.0 ([ #60 ] ( https://github.com/netlify/submit-build-plugin-action/issues/60 ) ) ([ 47ef7c4] ( https://github.com/netlify/submit-build-plugin-action/commit/47ef7c40c301bc20dbf7718cfdf2ec9ec845596f ) )
13+ * ** deps:** update dependency pacote to v13.4.1 ([ #67 ] ( https://github.com/netlify/submit-build-plugin-action/issues/67 ) ) ([ a4da1f5] ( https://github.com/netlify/submit-build-plugin-action/commit/a4da1f50aaf4453c68690d7e7349344fabc77313 ) )
14+ * ** deps:** update dependency pacote to v13.5.0 ([ #71 ] ( https://github.com/netlify/submit-build-plugin-action/issues/71 ) ) ([ 7302abd] ( https://github.com/netlify/submit-build-plugin-action/commit/7302abd61987ff62cd3dec70ad8b56d00702697e ) )
15+ * ** deps:** update dependency pacote to v13.6.0 ([ #76 ] ( https://github.com/netlify/submit-build-plugin-action/issues/76 ) ) ([ e0f385b] ( https://github.com/netlify/submit-build-plugin-action/commit/e0f385b2770d038e829079d54bc4ff352955f4b4 ) )
16+
317### [ 1.1.7] ( https://github.com/netlify/submit-build-plugin-action/compare/v1.1.6...v1.1.7 ) (2022-04-11)
418
519
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ LABEL "homepage"="https://github.com/netlify/submit-build-plugin-action"
1010LABEL "maintainer" ="Netlify"
1111
1212# {x-release-please-start-version}
13- LABEL "version" ="1.1.7 "
13+ LABEL "version" ="1.1.8 "
1414# {x-release-please-end}
1515
1616COPY package.json package-lock.json tsconfig.json /
Original file line number Diff line number Diff line change 11{
22 "name" : " @netlify/submit-build-plugin-action" ,
33 "private" : true ,
4- "version" : " 1.1.7 " ,
4+ "version" : " 1.1.8 " ,
55 "description" : " A GitHub action to submit a Netlify Build Plugin to the plugins directory" ,
66 "files" : [
77 " dist/**/*.js" ,
You can’t perform that action at this time.
0 commit comments