diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e5519d..2927012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [v1.0.11](https://github.com/bcomnes/deploy-to-neocities/compare/v1.0.10...v1.0.11) - 2020-08-05 + +### Merged + +- action.yml: remove invalid syntax [`#11`](https://github.com/bcomnes/deploy-to-neocities/pull/11) +- bug: fix import [`#9`](https://github.com/bcomnes/deploy-to-neocities/pull/9) + +### Fixed + +- action.yml: remove invalid syntax [`#10`](https://github.com/bcomnes/deploy-to-neocities/issues/10) + +### Commits + +- Update README.md [`bfabadd`](https://github.com/bcomnes/deploy-to-neocities/commit/bfabadd110556a72b29314df1349f4efb3e1566c) +- Update README.md [`63006b6`](https://github.com/bcomnes/deploy-to-neocities/commit/63006b6b6bbb3276fd1130b23398c468196dc34b) +- Update README.md [`7dce130`](https://github.com/bcomnes/deploy-to-neocities/commit/7dce130590457fee0823c708884cb309fedc140c) + ## [v1.0.10](https://github.com/bcomnes/deploy-to-neocities/compare/v1.0.9...v1.0.10) - 2020-04-30 ### Fixed diff --git a/package.json b/package.json index 2284617..499ebc0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deploy-to-neocities", "description": "Github Action to deplpoy a folder to Neocities.org", - "version": "1.0.10", + "version": "1.0.11", "author": "Bret Comnes (https://bret.io/)", "bugs": { "url": "https://github.com/bcomnes/deploy-to-neocities/issues"