diff --git a/CHANGELOG.md b/CHANGELOG.md index 1728934..46191a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [Unreleased](https://github.com/metalsmith/drafts/compare/v1.1.0...HEAD) +#### [v1.1.1](https://github.com/metalsmith/drafts/compare/v1.1.0...v1.1.1) -- Align core plugin setup, add test, run prettier [`303ab60`](https://github.com/metalsmith/drafts/commit/303ab6002e930a3b2d549c8a0e152b7eeb24a900) +- Align core plugin setup, add test, run prettier [`29b03ff`](https://github.com/metalsmith/drafts/commit/29b03ffa8cf34b98502e1f99491cbaac9955ce34) ## [1.1.0][] - 2021-07-13 diff --git a/package-lock.json b/package-lock.json index e5c5a07..2e3f423 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@metalsmith/drafts", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6a158f8..ba20ec5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metalsmith/drafts", - "version": "1.1.0", + "version": "1.1.1", "description": "A metalsmith plugin to hide drafts.", "keywords": [ "drafts",