diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md new file mode 100644 index 0000000..eb234d2 --- /dev/null +++ b/docs/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +# [1.6.0](https://github.com/d2-projects/template-vue/compare/v1.5.0...v1.6.0) (2020-04-23) + + +### Features + +* container ([a93852b](https://github.com/d2-projects/template-vue/commit/a93852bea9735813110ef001aae28fb6c82d7796)) +* safari font ([c1057da](https://github.com/d2-projects/template-vue/commit/c1057da6284d59c89e3c6fd7c54e3e80a83b5c71)) diff --git a/package.json b/package.json index e326bd6..32ef186 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "d2-vue-template", - "version": "0.1.0", + "version": "1.6.0", "private": true, "scripts": { "build": "vue-cli-service build --report",