Skip to content

Commit 87e0503

Browse files
chore(release): 2.1.2 [skip ci]
## [2.1.2](v2.1.1...v2.1.2) (2020-02-13) ### Bug Fixes * minor bug fixes ([69234cd](69234cd))
1 parent 6ce89c0 commit 87e0503

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Semantic Versioning Changelog
22

3+
## [2.1.2](https://github.com/ambianic/ambianic-ui/compare/v2.1.1...v2.1.2) (2020-02-13)
4+
5+
6+
### Bug Fixes
7+
8+
* minor bug fixes ([69234cd](https://github.com/ambianic/ambianic-ui/commit/69234cd88ac07f22b6f97a77456562f17653d567))
9+
310
## [2.1.1](https://github.com/ambianic/ambianic-ui/compare/v2.1.0...v2.1.1) (2020-02-12)
411

512

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ambianic-ui",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Ambianic UI is the main user interface to Ambianic Edge deployments.",
55
"author": "Ivelin Ivanov",
66
"license": "Apache-2.0",
@@ -45,7 +45,7 @@
4545
"@semantic-release/exec": "^5.0.0",
4646
"@semantic-release/git": "^9.0.0",
4747
"@semantic-release/github": "^7.0.3",
48-
"@semantic-release/npm": "^7.0.2",
48+
"@semantic-release/npm": "^7.0.3",
4949
"@semantic-release/release-notes-generator": "^9.0.0",
5050
"@vue/cli-plugin-babel": "^4.0.5",
5151
"@vue/cli-plugin-eslint": "^4.0.5",
@@ -64,7 +64,7 @@
6464
"eslint-plugin-vue": "^6.0.1",
6565
"sass": "^1.23.3",
6666
"sass-loader": "^8.0.0",
67-
"semantic-release": "^17.0.2",
67+
"semantic-release": "^17.0.3",
6868
"stylus": "^0.54.7",
6969
"stylus-loader": "^3.0.2",
7070
"vue-cli-plugin-vuetify": "^2.0.2",

0 commit comments

Comments
 (0)