diff --git a/CHANGELOG.md b/CHANGELOG.md index 53fa4d7..795f536 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,3 @@ -# 1.0.0 (2024-04-16) - - -### Bug Fixes - -* **#239:** fail to save app form due to TypeError ([#241](https://github.com/medic/cht-conf-test-harness/issues/241)) ([b9ce73b](https://github.com/medic/cht-conf-test-harness/commit/b9ce73be44caecb2e61fbc7960a7151c6287763e)), closes [#239](https://github.com/medic/cht-conf-test-harness/issues/239) -* **#240:** contact-summary should be passed reports of selected contact and its children ([#246](https://github.com/medic/cht-conf-test-harness/issues/246)) ([bb51e1d](https://github.com/medic/cht-conf-test-harness/commit/bb51e1dbeaf3a20782be047447233ff0199e2a0a)), closes [#240](https://github.com/medic/cht-conf-test-harness/issues/240) -* **#247:** fill forms using the android app launcher ([#248](https://github.com/medic/cht-conf-test-harness/issues/248)) ([7a6b16d](https://github.com/medic/cht-conf-test-harness/commit/7a6b16d1f532681df29ac340466075d6b41f76e7)), closes [#247](https://github.com/medic/cht-conf-test-harness/issues/247) -* release version ([#255](https://github.com/medic/cht-conf-test-harness/issues/255)) ([d5208b9](https://github.com/medic/cht-conf-test-harness/commit/d5208b9abb4d0d9b1efd4af6e40a49173b8b6673)) - - -### Features - -* **#237:** automate deployment ([#252](https://github.com/medic/cht-conf-test-harness/issues/252)) ([8f14bba](https://github.com/medic/cht-conf-test-harness/commit/8f14bba187a74b0ec92693f986e01d1ed0d33f52)), closes [#237](https://github.com/medic/cht-conf-test-harness/issues/237) - # 4.0.2 (2024-04-16) diff --git a/package-lock.json b/package-lock.json index 461d6e5..7a50cb8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cht-conf-test-harness", - "version": "1.0.0", + "version": "4.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cht-conf-test-harness", - "version": "1.0.0", + "version": "4.0.2", "dependencies": { "lodash": "^4.17.15", "luxon": "^1.27.0", diff --git a/package.json b/package.json index 0833330..da6e25e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cht-conf-test-harness", - "version": "1.0.0", + "version": "4.0.2", "description": "Test Framework for CHT Projects", "repository": { "type": "git",