diff --git a/changelog.md b/changelog.md index 07c8822..df2760f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [0.35.0](https://github.com/ehmpathy/declapract-typescript-ehmpathy/compare/v0.34.0...v0.35.0) (2024-08-01) + + +### Features + +* **config:** declare org, project, env, and aws on config ([db74e3c](https://github.com/ehmpathy/declapract-typescript-ehmpathy/commit/db74e3cc4fbd9e955a244d331193561326d40eb6)) + ## [0.34.0](https://github.com/ehmpathy/declapract-typescript-ehmpathy/compare/v0.33.15...v0.34.0) (2024-08-01) diff --git a/package-lock.json b/package-lock.json index 446b982..0981d41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "declapract-typescript-ehmpathy", - "version": "0.34.0", + "version": "0.35.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "declapract-typescript-ehmpathy", - "version": "0.34.0", + "version": "0.35.0", "hasInstallScript": true, "dependencies": { "@ehmpathy/error-fns": "1.3.1", diff --git a/package.json b/package.json index ece04bd..b4f0d63 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "declapract-typescript-ehmpathy", "author": "ehmpathy", "description": "declapract best practices declarations for typescript", - "version": "0.34.0", + "version": "0.35.0", "main": "src/index.js", "repository": "ehmpathy/declapract-typescript-ehmpathy", "homepage": "https://github.com/ehmpathy/declapract-typescript-ehmpathy", @@ -33,7 +33,6 @@ "test": "npm run test:commits && npm run test:types && npm run test:format && npm run test:lint && npm run test:unit && npm run test:integration && npm run test:acceptance:locally && npm run test:validate", "test:acceptance": "npm run build && jest -c ./jest.acceptance.config.ts --forceExit --verbose --runInBand --passWithNoTests", "prepush": "npm run test && npm run build", - "prepublish": "npm run build", "preversion": "npm run prepush", "postversion": "git push origin HEAD --tags --no-verify", "postinstall": "[ -d .git ] && npx husky install || exit 0"