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

Commit 7b7c42a

Browse files
authored
Merge pull request #88 from mocks-server/release
Release
2 parents f447cf0 + 897fc52 commit 7b7c42a

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
### Fixed
1111
### Removed
1212

13+
## [1.1.0] - 2020-12-25
14+
15+
### Added
16+
- feat: Add alerts path
17+
18+
### Fixed
19+
- fix: Remove mocks-server-plugin tag from package.json (#87)
20+
1321
## [1.0.9] - 2020-12-21
1422

1523
### Added

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ export const SETTINGS = "/settings";
33
export const BEHAVIORS = "/behaviors";
44
export const FIXTURES = "/fixtures";
55
export const ABOUT = "/about";
6+
export const ALERTS = "/alerts";

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"name": "@mocks-server/admin-api-paths",
3-
"version": "1.0.9",
3+
"version": "1.1.0",
44
"description": "Api paths of @mocks-server/plugin-admin-api",
55
"keywords": [
6-
"mocks-server-plugin",
76
"administration",
87
"admin",
98
"api",

sonar-project.properties

+1-1
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.9
3+
sonar.projectVersion=1.1.0
44

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

0 commit comments

Comments
 (0)