From 0c151ce644be6c441a3a2615a1add1d3130d7fa4 Mon Sep 17 00:00:00 2001 From: bcomnes Date: Fri, 22 Jul 2022 15:40:57 +0000 Subject: [PATCH] 1.1.8 --- CHANGELOG.md | 14 +++++++++++++- package.json | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c8b6f5..d10073b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,19 @@ 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.1.7](https://github.com/bcomnes/deploy-to-neocities/compare/v1.1.6...v1.1.7) +## [v1.1.8](https://github.com/bcomnes/deploy-to-neocities/compare/v1.1.7...v1.1.8) + +### Fixed + +- s/zeit/vercel [`#92`](https://github.com/bcomnes/deploy-to-neocities/issues/92) + +### Commits + +- Merge pull request #93 from bcomnes/docs [`5e51c4d`](https://github.com/bcomnes/deploy-to-neocities/commit/5e51c4db747382faa9f56d0f8de8f37d2a5842e5) +- Merge pull request #91 from fu-sen/patch-1 [`bda6c1e`](https://github.com/bcomnes/deploy-to-neocities/commit/bda6c1eb47143325a36eea712ac9c954f1c70f12) +- Use lts/* [`9b65715`](https://github.com/bcomnes/deploy-to-neocities/commit/9b6571537b238f3446151711b1ea115e4d4e4023) + +## [v1.1.7](https://github.com/bcomnes/deploy-to-neocities/compare/v1.1.6...v1.1.7) - 2022-06-17 ### Merged diff --git a/package.json b/package.json index 4d6d6c1..6940859 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.1.7", + "version": "1.1.8", "author": "Bret Comnes (https://bret.io/)", "bugs": { "url": "https://github.com/bcomnes/deploy-to-neocities/issues"