Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Nov 9, 2022
1 parent 8d61925 commit cd4f336
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 4 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "glitch-sync",
"version": "1.1.0",
"version": "2.0.0",
"description": "",
"main": "index.js",
"engines": {
Expand All @@ -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",
Expand Down

0 comments on commit cd4f336

Please sign in to comment.