diff --git a/CHANGELOG.md b/CHANGELOG.md index f138c73..18e9e5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [1.1.1](https://github.com/InCuca/vuepress-pass/compare/v1.1.0...v1.1.1) (2019-05-07) + # 1.0.0 (2018-12-17) diff --git a/package-lock.json b/package-lock.json index 1a6dfcf..a117c2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vuepress-pass", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3c875d7..8bde05e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vuepress-pass", - "version": "1.1.0", + "version": "1.1.1", "description": "VuePress authentication plugin", "main": "index.js", "scripts": {