Skip to content

Commit

Permalink
chore(release): v0.35.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
uladkasach committed Aug 1, 2024
1 parent db74e3c commit e492485
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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)


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.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit e492485

Please sign in to comment.