Skip to content

Commit d5a9672

Browse files
committed
1.3.1
1 parent cc3fdf9 commit d5a9672

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
Please check our [developers guide](https://gitlab.com/tokend/developers-guide)
88
for further information about branching and tagging conventions.
99

10-
## [Unreleased]
10+
## [1.3.1] - 2019-03-14
1111
### Added
1212
- Added filter for displaying app version
1313

@@ -18,7 +18,7 @@ for further information about branching and tagging conventions.
1818
- sinon
1919
- nightwatch
2020
- bootstrap-sass
21-
- DocLinkgetter unused `accountId` prop
21+
- DocLinkgetter - unused `accountId` prop
2222

2323
### Fixed
2424
- Add missing quotes to `KEY_SERVER_ADMIN` of `config/default.env.js`
@@ -29,5 +29,6 @@ for further information about branching and tagging conventions.
2929

3030
## [1.3.0] - 2019-03-01
3131

32-
[Unreleased]: https://github.com/tokend/admin-panel/compare/1.3.0...HEAD
32+
[Unreleased]: https://github.com/tokend/admin-panel/compare/1.3.1...HEAD
33+
[1.3.1]: https://github.com/tokend/admin-panel/compare/1.3.0...1.3.1
3334
[1.3.0]: https://github.com/tokend/admin-panel/releases/tag/1.3.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "admin-panel",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "A TokenD admin client",
55
"author": "Distributed Lab <contact@distributedlab.com>",
66
"private": true,

0 commit comments

Comments
 (0)