From c324695f5b2aac034abfb78cb286340ab9d3ed7a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 6 Sep 2022 09:15:28 +0000 Subject: [PATCH] release(version): Release 1.2.29 [skip ci] ## [1.2.29](https://github.com/oleg-koval/trembita/compare/v1.2.28...v1.2.29) (2022-09-06) ### chore * **deps:** bump validator from 13.5.2 to 13.7.0 ([3e78320](https://github.com/oleg-koval/trembita/commit/3e7832089329199075890a5f06e657a2c6a51eec)) * update readme ([#301](https://github.com/oleg-koval/trembita/issues/301)) ([40516fa](https://github.com/oleg-koval/trembita/commit/40516faa957e4f2702294b7d262ea0fad6c9752b)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c726e20..2d2d51c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.2.29](https://github.com/oleg-koval/trembita/compare/v1.2.28...v1.2.29) (2022-09-06) + + +### chore + +* **deps:** bump validator from 13.5.2 to 13.7.0 ([3e78320](https://github.com/oleg-koval/trembita/commit/3e7832089329199075890a5f06e657a2c6a51eec)) +* update readme ([#301](https://github.com/oleg-koval/trembita/issues/301)) ([40516fa](https://github.com/oleg-koval/trembita/commit/40516faa957e4f2702294b7d262ea0fad6c9752b)) + ## [1.2.28](https://github.com/oleg-koval/trembita/compare/v1.2.27...v1.2.28) (2021-09-28) diff --git a/package-lock.json b/package-lock.json index 447d578..01b87aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "trembita", - "version": "1.2.28", + "version": "1.2.29", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 38c7945..c7c6256 100644 --- a/package.json +++ b/package.json @@ -58,5 +58,5 @@ "test": "mocha", "test:coverage": "npm run test:nyc" }, - "version": "1.2.28" + "version": "1.2.29" }