Skip to content

Commit

Permalink
chore(release): 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Oct 14, 2024
1 parent 09ed265 commit 42a3357
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.2](https://github.com/medic/cht-sync/compare/v1.1.1...v1.1.2) (2024-10-14)


### Bug Fixes

* **#155:** use semantic release npm module ([#162](https://github.com/medic/cht-sync/issues/162)) ([09ed265](https://github.com/medic/cht-sync/commit/09ed265bff670d5dfab116e5611ded9e8f7cd1f6)), closes [#155](https://github.com/medic/cht-sync/issues/155)

## [1.1.1](https://github.com/medic/cht-sync/compare/v1.1.0...v1.1.1) (2024-10-14)


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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "cht-sync",
"version": "1.1.1",
"version": "1.1.2",
"description": "",
"main": "",
"scripts": {
"postinstall": "cd couch2pg && npm ci",
"postinstall": "cd couch2pg && npm ci",
"test:e2e": "npm run test:e2e-data && npm run test:e2e-containers && mocha tests/**/*.spec.js --timeout 50000; npm run test:e2e-stop-containers ",
"lint": "eslint --color --cache .",
"test:e2e-stop-containers": "docker compose --env-file ./tests/.e2e-env -f docker-compose.yml -f docker-compose.couchdb.yml -f docker-compose.postgres.yml down -v",
Expand Down

0 comments on commit 42a3357

Please sign in to comment.