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

Commit f5bc48d

Browse files
committed
chore(release): Upgrade version
1 parent 6ad8794 commit f5bc48d

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
## [unreleased]
88
### Added
99
### Changed
10-
- chore(ci): Migrate from Travis CI to github actions
1110
### Fixed
1211
### Removed
1312

13+
## [1.0.9] - 2020-12-21
14+
15+
### Added
16+
- chore(deps): Add support for Node.js v15.x
17+
18+
### Changed
19+
- chore(ci): Migrate from Travis CI to github actions
20+
1421
## [1.0.8] - 2020-10-26
1522
### Changed
1623
- 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/admin-api-paths",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "Api paths of @mocks-server/plugin-admin-api",
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-admin-api-paths
3-
sonar.projectVersion=1.0.8
3+
sonar.projectVersion=1.0.9
44

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

0 commit comments

Comments
 (0)