Skip to content

Commit

Permalink
chore(release): 17.2.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mojaloopci committed Aug 17, 2023
1 parent d42f85a commit dfa6aac
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Changelog: [mojaloop/api-snippets](https://github.com/mojaloop/api-snippets)
### [17.2.2](https://github.com/mojaloop/api-snippets/compare/v17.2.0...v17.2.2) (2023-08-17)


### Maintenance

* **mojaloop/#3475:** NodeJS version upgrade ([d42f85a](https://github.com/mojaloop/api-snippets/commit/d42f85a29efe24764f70d50e05141d256a605e1a)), closes [mojaloop/#3475](https://github.com/mojaloop/api-snippets/issues/3475) [mojaloop/#3475](https://github.com/mojaloop/api-snippets/issues/3475)

## [17.2.0](https://github.com/mojaloop/api-snippets/compare/v17.1.0...v17.2.0) (2023-06-05)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mojaloop/api-snippets",
"version": "17.2.1",
"version": "17.2.2",
"description": "Mojaloop API specification reusable snippets",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,6 @@
"snapshot": "standard-version --no-verify --skip.changelog --prerelease snapshot --releaseCommitMessageFormat 'chore(snapshot): {{currentTag}}'",
"test:unit": "jest --testMatch '**/test/dto/*.(test|spec).ts'"
},

"lint-staged": {
"*.{js,ts}": "eslint --cache --fix"
},
Expand Down

0 comments on commit dfa6aac

Please sign in to comment.