This commit is contained in:
Bret Comnes 2020-02-12 21:18:23 -07:00
parent 2c52eeaa2b
commit 4a9e7f6a6d
No known key found for this signature in database
GPG Key ID: 3705F4634DC3A1AC
2 changed files with 8 additions and 1 deletions

View File

@ -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).
## [v0.0.3](https://github.com/bcomnes/deploy-to-neocities/compare/v0.0.2...v0.0.3) - 2020-02-13
### Commits
- Fix boolean parsing [`19246fa`](https://github.com/bcomnes/deploy-to-neocities/commit/19246fac798151a3ab80666412f72394c0615c32)
- bug: Fix reference bug in logging [`2c52eea`](https://github.com/bcomnes/deploy-to-neocities/commit/2c52eeaa2badbb1bcb3c2520e358fcc088bc3879)
## [v0.0.2](https://github.com/bcomnes/deploy-to-neocities/compare/v0.0.1...v0.0.2) - 2020-02-13
### Commits

View File

@ -1,6 +1,6 @@
{
"name": "deploy-to-neocities",
"version": "0.0.2",
"version": "0.0.3",
"description": "Github Action to deplpoy a folder to Neocities.org",
"main": "index.js",
"private": true,