Merge branch 'fix-bug'

This commit is contained in:
Bret Comnes 2020-04-30 11:26:41 -06:00
commit d9da06a597
No known key found for this signature in database
GPG Key ID: 3705F4634DC3A1AC
4 changed files with 9 additions and 3 deletions

View File

@ -7,6 +7,12 @@ 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.10](https://github.com/bcomnes/deploy-to-neocities/compare/v1.0.9...v1.0.10) - 2020-04-30
### Fixed
- bug: fix import [`#8`](https://github.com/bcomnes/deploy-to-neocities/issues/8)
## [v1.0.9](https://github.com/bcomnes/deploy-to-neocities/compare/v1.0.8...v1.0.9) - 2020-04-30
### Merged

2
dist/index.js vendored
View File

@ -731,7 +731,7 @@ const core = __webpack_require__(470)
const Neocities = __webpack_require__(248)
const path = __webpack_require__(622)
const ms = __webpack_require__(317)
const assert = __webpack_require__(920)
const assert = __webpack_require__(920).default
const fsp = __webpack_require__(747).promises
async function doDeploy () {

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{
"name": "deploy-to-neocities",
"description": "Github Action to deplpoy a folder to Neocities.org",
"version": "1.0.9",
"version": "1.0.10",
"author": "Bret Comnes <bcomnes@gmail.com> (https://bret.io/)",
"bugs": {
"url": "https://github.com/bcomnes/deploy-to-neocities/issues"