Skip to content

Commit

Permalink
chore(release): v3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Nov 15, 2023
1 parent a55697f commit 772c28d
Show file tree
Hide file tree
Showing 13 changed files with 41 additions and 13 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# [3.9.0](https://github.com/ridedott/release-me-action/compare/v3.8.6...v3.9.0) (2023-11-15)

### Chores

- **deps-dev:** bump @commitlint/cli from 18.2.0 to 18.4.1
([8db2cb1](https://github.com/ridedott/release-me-action/commit/8db2cb1f1b67b7548b1757aeabc6af59e0efdd20))
- **deps-dev:** bump @commitlint/config-conventional from 18.1.0 to 18.4.0
([912d4e2](https://github.com/ridedott/release-me-action/commit/912d4e2d6d6c4be0ae3c7fe9bda9434fca3ed748))
- **deps-dev:** bump @types/conventional-changelog-writer from 4.0.7 to 4.0.9
([92db741](https://github.com/ridedott/release-me-action/commit/92db741f5b911713b3cb206f050e4ee7d06436e0))
- **deps-dev:** bump @types/hapi\_\_joi from 17.1.12 to 17.1.13
([da9970e](https://github.com/ridedott/release-me-action/commit/da9970ed9cf5a2ebaaf38b1e2bcf6b4e0ab4cfab))
- **deps-dev:** bump @types/node from 20.8.10 to 20.9.0
([abf5fce](https://github.com/ridedott/release-me-action/commit/abf5fce79e07a760b99771194dc9ee39640f0187))
- **deps-dev:** bump @types/node from 20.8.9 to 20.8.10
([bc6c946](https://github.com/ridedott/release-me-action/commit/bc6c946062f5e830f4f53ae7e2036ed828537c54))
- **deps-dev:** bump cspell from 7.3.8 to 8.0.0
([e4bdae5](https://github.com/ridedott/release-me-action/commit/e4bdae5e2c1b8f935565ac8314b8f82c59b5e89f))
- **deps-dev:** bump lint-staged from 15.0.2 to 15.1.0
([63a4306](https://github.com/ridedott/release-me-action/commit/63a4306971f33326016e1e512fe4abf71c0b537d))
- **deps-dev:** bump prettier from 3.0.3 to 3.1.0
([d1e95d4](https://github.com/ridedott/release-me-action/commit/d1e95d4d2b3224e2fa18ddeae604b68c3821c460))

### Features

- BREAKING CHANGE update all dependencies and switch to ESM
([a55697f](https://github.com/ridedott/release-me-action/commit/a55697f754b2f5ec3ba4773c675b4383cfa35920))

## [3.8.6](https://github.com/ridedott/release-me-action/compare/v3.8.5...v3.8.6) (2023-10-27)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion dist/index.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -ex

npm --prefix "$1" ci "$1" --only=production --no-audit --no-progress --prefer-offline
npm --prefix "$1" ci "$1" --omit=dev --no-audit --no-progress --prefer-offline

if [ "$#" -gt 1 ]; then
# Install additional packages.
Expand Down
2 changes: 1 addition & 1 deletion dist/release.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/utilities/error.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/utilities/generatePlugins.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/utilities/inputProcessors.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/utilities/installDependencies.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/utilities/outputParsers.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/utilities/parseConfiguration.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/utilities/transform.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,5 @@
"types": "tsc --noEmit"
},
"type": "module",
"version": "3.8.6"
"version": "3.9.0"
}

0 comments on commit 772c28d

Please sign in to comment.