Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Commit 2b52183

Browse files
committed
chore(release): Upgrade version
1 parent 8f2da8d commit 2b52183

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99
- Remove property "name" from behavior model.
1010

1111
## [unreleased]
12+
### Added
13+
### Changed
14+
### Fixed
15+
### Removed
16+
17+
## [1.5.0] - 2020-12-25
18+
1219
### Added
1320
- feat(#78): Add alerts router
1421
- chore(lint): Add eslint plugin to avoid only in tests
22+
1523
### Changed
1624
- chore(deps): Update dependencies
1725
- test(e2e): Move utils to a support folder
1826
- feat: Add/remove routers on start/stop plugin methods, not in init method.
19-
### Fixed
20-
### Removed
2127

2228
## [1.4.7] - 2020-12-21
2329

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mocks-server/plugin-admin-api",
3-
"version": "1.4.7",
3+
"version": "1.5.0",
44
"description": "Plugin for Mocks Server. Provides a REST API for administrating settings, fixtures and behaviors",
55
"keywords": [
66
"mocks-server-plugin",

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sonar.organization=mocks-server
22
sonar.projectKey=mocks-server-plugin-admin-api
3-
sonar.projectVersion=1.4.7
3+
sonar.projectVersion=1.5.0
44

55
sonar.javascript.file.suffixes=.js
66
sonar.sourceEncoding=UTF-8

0 commit comments

Comments
 (0)