Skip to content

Commit 112ebd4

Browse files
chore(release): 2.1.0 [skip ci]
# [2.1.0](v2.0.9...v2.1.0) (2020-02-12) ### Bug Fixes * merge branch 'master' into dev ([2752453](2752453)) * package deps ([ed12763](ed12763)) * remove so dev branch can replace fresh ([3b1e3f8](3b1e3f8)) ### Features * more robust datachannel management ([72aa169](72aa169))
1 parent 8771ce1 commit 112ebd4

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

Diff for: CHANGELOG.md

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

3+
# [2.1.0](https://github.com/ambianic/ambianic-ui/compare/v2.0.9...v2.1.0) (2020-02-12)
4+
5+
6+
### Bug Fixes
7+
8+
* merge branch 'master' into dev ([2752453](https://github.com/ambianic/ambianic-ui/commit/275245352463363b714290f09ce9d95b8f3c42af))
9+
* package deps ([ed12763](https://github.com/ambianic/ambianic-ui/commit/ed1276391710b975a6516271f430a6578b4645d2))
10+
* remove so dev branch can replace fresh ([3b1e3f8](https://github.com/ambianic/ambianic-ui/commit/3b1e3f851ab3e41dff238089afbf9cec9779d5bf))
11+
12+
13+
### Features
14+
15+
* more robust datachannel management ([72aa169](https://github.com/ambianic/ambianic-ui/commit/72aa169c6095676514a907fc2de05bb00e754753))
16+
317
## [2.0.9](https://github.com/ambianic/ambianic-ui/compare/v2.0.8...v2.0.9) (2020-02-07)
418

519

Diff for: package.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ambianic-ui",
3-
"version": "2.0.9",
3+
"version": "2.1.0",
44
"description": "Ambianic UI is the main user interface to Ambianic Edge deployments.",
55
"author": "Ivelin Ivanov",
66
"license": "Apache-2.0",
@@ -40,6 +40,13 @@
4040
},
4141
"devDependencies": {
4242
"@mdi/font": "^4.5.95",
43+
"@semantic-release/changelog": "^5.0.0",
44+
"@semantic-release/commit-analyzer": "^8.0.1",
45+
"@semantic-release/exec": "^5.0.0",
46+
"@semantic-release/git": "^9.0.0",
47+
"@semantic-release/github": "^7.0.3",
48+
"@semantic-release/npm": "^7.0.2",
49+
"@semantic-release/release-notes-generator": "^9.0.0",
4350
"@vue/cli-plugin-babel": "^4.0.5",
4451
"@vue/cli-plugin-eslint": "^4.0.5",
4552
"@vue/cli-plugin-pwa": "^4.0.5",
@@ -57,6 +64,7 @@
5764
"eslint-plugin-vue": "^6.0.1",
5865
"sass": "^1.23.3",
5966
"sass-loader": "^8.0.0",
67+
"semantic-release": "^17.0.2",
6068
"stylus": "^0.54.7",
6169
"stylus-loader": "^3.0.2",
6270
"vue-cli-plugin-vuetify": "^2.0.2",

0 commit comments

Comments
 (0)