Skip to content

Commit

Permalink
chore(release): v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Awesome Changelog Action committed Oct 25, 2020
1 parent d6bfd17 commit 62300c7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
19 changes: 14 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,28 @@
## [1.0.1](https://github.com/pruizlezcano/autoupdater/compare/v1.0.0...v1.0.1) (2020-10-24)
# [1.1.0](https://github.com/pruizlezcano/gh-autoupdater/compare/v1.0.1...v1.1.0) (2020-10-25)


### Features

* private repositories ([d6bfd17](https://github.com/pruizlezcano/gh-autoupdater/commit/d6bfd17891e8996ac36cea3dc74f57c0dee78435))



## [1.0.1](https://github.com/pruizlezcano/gh-autoupdater/compare/v1.0.0...v1.0.1) (2020-10-24)


### Bug Fixes

* **readme:** package name ([248599e](https://github.com/pruizlezcano/autoupdater/commit/248599eef7705cf6f44a9cbb5ade0f122221a6ca))
* **readme:** package name ([248599e](https://github.com/pruizlezcano/gh-autoupdater/commit/248599eef7705cf6f44a9cbb5ade0f122221a6ca))



# [1.0.0](https://github.com/pruizlezcano/autoupdater/compare/bed491bbed342711b365a7b84966053642785c78...v1.0.0) (2020-10-23)
# [1.0.0](https://github.com/pruizlezcano/gh-autoupdater/compare/bed491bbed342711b365a7b84966053642785c78...v1.0.0) (2020-10-23)


### Features

* gh-autoupdater package ([af0d7f0](https://github.com/pruizlezcano/autoupdater/commit/af0d7f044b4a1e6c94685e6393f04328cf07a6c7))
* github actions ([bed491b](https://github.com/pruizlezcano/autoupdater/commit/bed491bbed342711b365a7b84966053642785c78))
* gh-autoupdater package ([af0d7f0](https://github.com/pruizlezcano/gh-autoupdater/commit/af0d7f044b4a1e6c94685e6393f04328cf07a6c7))
* github actions ([bed491b](https://github.com/pruizlezcano/gh-autoupdater/commit/bed491bbed342711b365a7b84966053642785c78))


### BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gh-autoupdater",
"version": "1.0.1",
"version": "1.1.0",
"description": "Compare local package.json and remote package.json and if versions don't match, copy remote files",
"main": "index.js",
"keywords": [
Expand Down

0 comments on commit 62300c7

Please sign in to comment.