Skip to content

Commit ee8588f

Browse files
committed
chore(release): 2.0.0
1 parent 8e2089c commit ee8588f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# Change Log
1+
# Changelog
22

33
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.
44

5+
## [2.0.0](https://github.com/vue-a11y/vue-announcer/compare/v1.0.6...v2.0.0) (2020-05-01)
6+
57
<a name="1.0.6"></a>
68
## [1.0.6](https://github.com/vue-a11y/vue-announcer/compare/v1.0.5...v1.0.6) (2020-01-08)
79

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@
1313
"build:unpkg": "rollup --config rollup.config.prod.js --format iife --file dist/vue-announcer.min.js",
1414
"docs": "vuepress dev docs",
1515
"docs:build": "vuepress build docs",
16-
"docs:publish": "surge docs/.vuepress/dist https://announcer.surge.sh",
16+
"docs:publish": "surge docs/.vuepress/dist https://vue-announcer-v2.surge.sh",
1717
"release": "standard-version",
1818
"test": "node_modules/.bin/cypress run",
1919
"test:open": "node_modules/.bin/cypress open",
20-
"projectPublish": "git push --follow-tags origin master && npm publish",
21-
"publishDemo": "surge example"
20+
"projectPublish": "git push --follow-tags origin master && npm publish"
2221
},
2322
"repository": {
2423
"type": "git",

0 commit comments

Comments
 (0)