Skip to content
This repository has been archived by the owner on May 30, 2018. It is now read-only.

Commit

Permalink
chore(release): bump to 2.1.0 and new changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Salas Bastidas committed Mar 7, 2017
1 parent 69371b8 commit 303131d
Showing 3 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,21 @@

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.

<a name="2.1.0"></a>
# [2.1.0](https://github.com/flyve-mdm/flyve-mdm-web-ui/compare/v2.0.0...v2.1.0) (2017-03-07)


### Bug Fixes

* **dashboard:** check the existence of the header content-range ([69371b8](https://github.com/flyve-mdm/flyve-mdm-web-ui/commit/69371b8))


### Features

* **demo:** endpoint change to split demo mode ([315934b](https://github.com/flyve-mdm/flyve-mdm-web-ui/commit/315934b))



<a name="2.0.0"></a>
# [2.0.0](https://github.com/flyve-mdm/flyve-mdm-web-ui/compare/v1.2.0...v2.0.0) (2017-01-27)

4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flyve-mdm-web-ui",
"version": "2.0.0",
"version": "2.1.0",
"description": "Mobile device management software.",
"homepage": "https://flyve-mdm.com/",
"main": [
@@ -77,4 +77,4 @@
"resolutions": {
"angular": "1.6.0"
}
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teclib/flyve-mdm-web-ui",
"version": "2.0.0",
"version": "2.1.0",
"description": "Mobile device management software.",
"homepage": "https://flyve-mdm.com/",
"devDependencies": {
@@ -99,4 +99,4 @@
},
"private": true,
"dependencies": {}
}
}

0 comments on commit 303131d

Please sign in to comment.