diff --git a/CHANGELOG.md b/CHANGELOG.md index e97118b..fcec37a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ 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.13](https://github.com/bcomnes/deploy-to-neocities/compare/v1.0.12...v1.0.13) - 2020-09-11 + +### Commits + +- Delete package-lock.json [`88a58f8`](https://github.com/bcomnes/deploy-to-neocities/commit/88a58f8af50d3ac41ce4e523597434adfa6fa304) +- Update .gitignore [`9e5dafc`](https://github.com/bcomnes/deploy-to-neocities/commit/9e5dafc00e3910658e768ad1de0a08512399bd51) + ## [v1.0.12](https://github.com/bcomnes/deploy-to-neocities/compare/v1.0.11...v1.0.12) - 2020-09-11 ### Merged diff --git a/package.json b/package.json index 396596e..2f74feb 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.12", + "version": "1.0.13", "author": "Bret Comnes (https://bret.io/)", "bugs": { "url": "https://github.com/bcomnes/deploy-to-neocities/issues"