Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #126 from yanokwa/prepare-2.0.0
Browse files Browse the repository at this point in the history
Bump to major version because of change in node version
  • Loading branch information
yanokwa authored Sep 3, 2021
2 parents f5e9c13 + 871e079 commit b11a2a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

[1.44.0] - 2021-09-02
[2.0.0] - 2021-09-02
------------------------
##### Changed
- Upgraded node, npm, and other dependencies
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ DEBUG=api,transformer,markdown,language node app.js

Releases are done each time a dependent tool needs an `enketo-transformer` change. They are published by [@Martijnr](https://github.com/MartijnR) and require the following steps:
- update [change log](https://github.com/enketo/enketo-transformer/blob/master/CHANGELOG.md)
- update version in `package.json`
- update version in `package.json`. Bump to major version if downstream has to make changes.
- check [Dependabot alerts](https://github.com/enketo/enketo-transformer/security/dependabot) for vulnerabilities
- update dependencies (`npm update` and then check if `node-libxslt` has been updated because it has caused problems in the past).
- `npm audit fix`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enketo-transformer",
"version": "1.44.0",
"version": "2.0.0",
"description": "Library/app that transforms ODK-compliant XForms into a format that Enketo can consume",
"license": "Apache-2.0",
"main": "src/transformer.js",
Expand Down

0 comments on commit b11a2a4

Please sign in to comment.