From 35dceb975e53777238d691835840e4260857e159 Mon Sep 17 00:00:00 2001 From: SoulString Date: Sun, 31 Jan 2021 03:01:25 +0400 Subject: [PATCH] v2.0.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ce3508..27e7955 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [2.0.1](https://github.com/zmey3301/vue-adaptive/compare/v2.0.0...v2.0.1) (2021-01-30) + + +### Continuous Integration + +* **github releases:** added GitHub release automation ([68c9192](https://github.com/zmey3301/vue-adaptive/commit/68c9192)) +* **github releases:** fixed CI configuration ([a3489de](https://github.com/zmey3301/vue-adaptive/commit/a3489de)) + + + # [2.0.0](https://github.com/zmey3301/vue-adaptive/compare/v2.0.0-1...v2.0.0) (2021-01-30) diff --git a/package.json b/package.json index 8d6ba50..0307f73 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "A rem scale adaptive with breakpoints for Vue.js", "license": "MIT", "author": "zmey3301 ", - "version": "2.0.0", + "version": "2.0.1", "main": "dist/adaptive.umd.js", "module": "dist/adaptive.esm.js", "repository": {