From 6e209539f2fe883bd61561369503a60c045d457d Mon Sep 17 00:00:00 2001 From: Alan Ktquez Date: Wed, 13 May 2020 00:34:31 -0300 Subject: [PATCH] chore(release): 2.0.0 --- CHANGELOG.md | 2 ++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c322a8..68fb915 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.0.0](https://github.com/vue-a11y/vue-axe/compare/v1.2.0...v2.0.0) (2020-05-13) + ## [1.2.0](https://github.com/vue-a11y/vue-axe/compare/v1.0.8...v1.2.0) (2020-05-13) diff --git a/package-lock.json b/package-lock.json index d779e9d..aafd2d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vue-axe", - "version": "1.2.0", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3bf1c39..fef0a09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-axe", - "version": "1.2.0", + "version": "2.0.0", "description": "Dynamic accessibility analysis for Vue.js using axe-core", "main": "dist/vue-axe.umd.js", "module": "dist/vue-axe.esm.js",