Skip to content

Commit

Permalink
Merge pull request #142 from mocks-server/release
Browse files Browse the repository at this point in the history
Release v2.1.0
  • Loading branch information
javierbrea authored Mar 24, 2021
2 parents af62c2b + d821789 commit bd9f872
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF##*/})"
id: extract-branch
- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- name: Cache node modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-package-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v2
- name: Get NPM version is new
id: check
uses: EndBug/[email protected].0
uses: EndBug/[email protected].1
with:
diff-search: true
file-name: ./package.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: '12.x'
registry-url: 'https://npm.pkg.github.com'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: '12.x'
registry-url: 'https://registry.npmjs.org/'
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Removed
### Breaking change

## [2.1.0] - 2021-03-24

### Changed
- chore(deps): Update mocks-server/core dependency to 2.1.0
- chore(deps): Update devDependencies

## [2.0.0] - 2021-02-17

### Changed
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mocks-server/main",
"version": "2.0.0",
"version": "2.1.0",
"description": "Mock Server supporting multiple route variants and mocks",
"keywords": [
"mock",
Expand Down Expand Up @@ -40,7 +40,7 @@
"test:unit": "npm run test"
},
"dependencies": {
"@mocks-server/core": "2.0.0",
"@mocks-server/core": "2.1.0",
"@mocks-server/plugin-admin-api": "2.0.0",
"@mocks-server/plugin-inquirer-cli": "2.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sonar.organization=mocks-server
sonar.projectKey=mocks-server-main
sonar.projectVersion=2.0.0
sonar.projectVersion=2.1.0

sonar.javascript.file.suffixes=.js
sonar.sourceEncoding=UTF-8
Expand Down

0 comments on commit bd9f872

Please sign in to comment.