From cd4f336da27031fad89b0b9f775c5c1fd9322a0d Mon Sep 17 00:00:00 2001 From: Kanad Gupta Date: Wed, 9 Nov 2022 11:50:39 -0600 Subject: [PATCH] 2.0.0 --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 3 +-- 3 files changed, 35 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1880cd..04ea96f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,35 @@ +## 2.0.0 (2022-11-09) + +* Add better error messages ([6cbdf63](https://github.com/kanadgupta/glitch-sync/commit/6cbdf63)) +* Bump @actions/core from 1.2.3 to 1.2.6 (#5) ([29f8628](https://github.com/kanadgupta/glitch-sync/commit/29f8628)), closes [#5](https://github.com/kanadgupta/glitch-sync/issues/5) +* Bump @actions/http-client from 1.0.6 to 1.0.8 ([a5f7064](https://github.com/kanadgupta/glitch-sync/commit/a5f7064)) +* Bump node-fetch from 2.6.0 to 2.6.1 (#3) ([d3aa874](https://github.com/kanadgupta/glitch-sync/commit/d3aa874)), closes [#3](https://github.com/kanadgupta/glitch-sync/issues/3) +* Create CHANGELOG.md ([ce7b80a](https://github.com/kanadgupta/glitch-sync/commit/ce7b80a)) +* Fix ref ([3fcf524](https://github.com/kanadgupta/glitch-sync/commit/3fcf524)) +* Initial commit ([3262fe7](https://github.com/kanadgupta/glitch-sync/commit/3262fe7)) +* Update action.yml ([739600f](https://github.com/kanadgupta/glitch-sync/commit/739600f)) +* Update README.md ([550ae0d](https://github.com/kanadgupta/glitch-sync/commit/550ae0d)) +* Update README.md ([1b763e0](https://github.com/kanadgupta/glitch-sync/commit/1b763e0)) +* v1.1.0 ([248360c](https://github.com/kanadgupta/glitch-sync/commit/248360c)) +* v2 release (#21) ([8d61925](https://github.com/kanadgupta/glitch-sync/commit/8d61925)), closes [#21](https://github.com/kanadgupta/glitch-sync/issues/21) +* chore: add demo folder ([c73b333](https://github.com/kanadgupta/glitch-sync/commit/c73b333)) +* chore: dist ([38654a7](https://github.com/kanadgupta/glitch-sync/commit/38654a7)) +* chore: load prettier config ([37762e8](https://github.com/kanadgupta/glitch-sync/commit/37762e8)) +* chore: rebuild lockfile with npm@7 ([2976f8d](https://github.com/kanadgupta/glitch-sync/commit/2976f8d)) +* chore: rename default branch to main ([58d4d99](https://github.com/kanadgupta/glitch-sync/commit/58d4d99)) +* chore: rename demo.yml to path-demo.yml ([44131e6](https://github.com/kanadgupta/glitch-sync/commit/44131e6)) +* chore: update dist ([928676d](https://github.com/kanadgupta/glitch-sync/commit/928676d)) +* chore(deps): bump lodash from 4.17.15 to 4.17.20 (#7) ([57c54f2](https://github.com/kanadgupta/glitch-sync/commit/57c54f2)), closes [#7](https://github.com/kanadgupta/glitch-sync/issues/7) +* deps: move eslint/prettier/config to dev deps, bump deps ([52c6baf](https://github.com/kanadgupta/glitch-sync/commit/52c6baf)), closes [#9](https://github.com/kanadgupta/glitch-sync/issues/9) +* docs: add build process and contributing docs ([6351070](https://github.com/kanadgupta/glitch-sync/commit/6351070)) +* docs: capitalize Authorization ([32648e8](https://github.com/kanadgupta/glitch-sync/commit/32648e8)) +* docs: fix broken knowledge base links ([63c24d0](https://github.com/kanadgupta/glitch-sync/commit/63c24d0)), closes [#10](https://github.com/kanadgupta/glitch-sync/issues/10) +* docs: update example usage ([30504fa](https://github.com/kanadgupta/glitch-sync/commit/30504fa)) +* feat: add optional `path` parameter and refactor error handling (#8) ([c34afca](https://github.com/kanadgupta/glitch-sync/commit/c34afca)), closes [#8](https://github.com/kanadgupta/glitch-sync/issues/8) +* ci: add node v14 ([5053c02](https://github.com/kanadgupta/glitch-sync/commit/5053c02)) + + + ## 1.1.0 (2020-12-21) * Add better error messages ([6cbdf63](https://github.com/kanadgupta/glitch-sync/commit/6cbdf63)) diff --git a/package-lock.json b/package-lock.json index 6d0a67f..2847ce3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "glitch-sync", - "version": "1.1.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "glitch-sync", - "version": "1.1.0", + "version": "2.0.0", "license": "ISC", "dependencies": { "@actions/core": "^1.2.6", diff --git a/package.json b/package.json index ab69c49..0688ad8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "glitch-sync", - "version": "1.1.0", + "version": "2.0.0", "description": "", "main": "index.js", "engines": { @@ -12,7 +12,6 @@ "release": "npx conventional-changelog-cli -i CHANGELOG.md -s", "test": "eslint index.js", "version": "npm run build && npm run release && git add CHANGELOG.md dist/index.js" - }, "repository": { "type": "git",