Skip to content

Commit

Permalink
Prepare for 2.3.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gh committed Sep 18, 2024
1 parent 3575a30 commit 56c038e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## [2.3.5] - 2024-09-18

### Changed
- Updated RMLMapper version used in `Dockerfile` to 7.1.0

Expand Down Expand Up @@ -219,6 +221,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- description to package.json

[2.3.5]: https://github.com/RMLio/rmlmapper-webapi-js/compare/v2.3.4...v2.3.5
[2.3.4]: https://github.com/RMLio/rmlmapper-webapi-js/compare/v2.3.3...v2.3.4
[2.3.3]: https://github.com/RMLio/rmlmapper-webapi-js/compare/v2.3.2...v2.3.3
[2.3.2]: https://github.com/RMLio/rmlmapper-webapi-js/compare/v2.3.1...v2.3.2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rmlio/rmlmapper-webapi",
"description": "Web API for the RMLMapper",
"version": "2.3.4",
"version": "2.3.5",
"scripts": {
"start": "node ./bin/cli.js",
"test": "nyc mocha 'test/**/test.js'",
Expand Down

0 comments on commit 56c038e

Please sign in to comment.