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

Commit e9eabc3

Browse files
committed
chore(release): Upgrade version
1 parent ecfb6a9 commit e9eabc3

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111
## [unreleased]
1212
### Added
1313
### Changed
14-
- chore(ci): Migrate from Travis CI to github actions
15-
- test(e2e): Rename acceptance tests into e2e tests
1614
### Fixed
1715
### Removed
1816

17+
## [1.4.7] - 2020-12-21
18+
19+
### Added
20+
- chore(deps): Add support for Node.js v15.x
21+
22+
### Changed
23+
- chore(ci): Migrate from Travis CI to github actions
24+
- test(e2e): Rename acceptance tests into e2e tests
25+
1926
## [1.4.6] - 2020-10-27
2027
### Changed
2128
- chore(deps): Update dependencies

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.6",
3+
"version": "1.4.7",
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.6
3+
sonar.projectVersion=1.4.7
44

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

0 commit comments

Comments
 (0)