diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fee394..472f965 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,15 @@ 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.17](https://github.com/bcomnes/deploy-to-neocities/compare/v1.0.16...v1.0.17) +## [v1.1.0](https://github.com/bcomnes/deploy-to-neocities/compare/v1.0.17...v1.1.0) + +### Commits + +- Add a protected_files input that accepts a minimatch glob [`cadbbff`](https://github.com/bcomnes/deploy-to-neocities/commit/cadbbff70037001f49c979fa34e897efac8ab455) +- fix site static glob [`7c7e908`](https://github.com/bcomnes/deploy-to-neocities/commit/7c7e9080c03ebfe9f1517c579e38245260ce4f0b) +- clean up [`b2793d2`](https://github.com/bcomnes/deploy-to-neocities/commit/b2793d2827cbd21b3b2f38ac7a2da6ffafb7fcc8) + +## [v1.0.17](https://github.com/bcomnes/deploy-to-neocities/compare/v1.0.16...v1.0.17) - 2021-01-17 ### Merged diff --git a/package.json b/package.json index d8affaf..0b8f086 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.17", + "version": "1.1.0", "author": "Bret Comnes (https://bret.io/)", "bugs": { "url": "https://github.com/bcomnes/deploy-to-neocities/issues"