Skip to content

Commit

Permalink
6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lo1tuma committed Oct 24, 2023
1 parent 7701e5e commit 32561af
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 2 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
## 6.0.0 (October 24, 2023)

### Breaking Changes

* Add support for custom default branch and change default to `main` ([#326](https://github.com/lo1tuma/pr-log/pull/326))

### Bug Fixes

* Ignore merge commits with indirect parent ([#328](https://github.com/lo1tuma/pr-log/pull/328))

### Dependency Upgrades

* ⬆️ Update actions/setup-node action to v4 ([#327](https://github.com/lo1tuma/pr-log/pull/327))
* ⬆️ Update dependency sinon to v17 ([#324](https://github.com/lo1tuma/pr-log/pull/324))
* ⬆️ Lock file maintenance ([#325](https://github.com/lo1tuma/pr-log/pull/325))
* ⬆️ Lock file maintenance ([#322](https://github.com/lo1tuma/pr-log/pull/322))
* ⬆️ Update dependency @types/semver to v7.5.3 ([#312](https://github.com/lo1tuma/pr-log/pull/312))
* ⬆️ Update dependency @types/sinon to v10.0.17 ([#313](https://github.com/lo1tuma/pr-log/pull/313))
* ⬆️ Update typescript-eslint monorepo to v6.7.3 ([#314](https://github.com/lo1tuma/pr-log/pull/314))
* ⬆️ Update dependency @octokit/rest to v20.0.2 ([#296](https://github.com/lo1tuma/pr-log/pull/296))
* ⬆️ Update dependency @types/node to v20.7.0 ([#315](https://github.com/lo1tuma/pr-log/pull/315))
* ⬆️ Update dependency @types/node to v20.6.5 ([#311](https://github.com/lo1tuma/pr-log/pull/311))

### Code Refactoring

* Force exact dependency installation ([#309](https://github.com/lo1tuma/pr-log/pull/309))

### Build-Related

* Automatically set upgrade label for renovate PRs ([#329](https://github.com/lo1tuma/pr-log/pull/329))
* Enable verbatim module syntax in TypeScript compiler settings ([#323](https://github.com/lo1tuma/pr-log/pull/323))
* Group @enormora/eslint-config dependencies ([#321](https://github.com/lo1tuma/pr-log/pull/321))
* Migrate to ESLint flat config ([#317](https://github.com/lo1tuma/pr-log/pull/317))
* Enable automatic dependency updates for minor and patch versions ([#316](https://github.com/lo1tuma/pr-log/pull/316))
* Specify versions of GitHub actions ([#310](https://github.com/lo1tuma/pr-log/pull/310))

## 5.0.0 (September 25, 2023)

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
{
"name": "pr-log",
"version": "5.0.0",
"version": "6.0.0",
"type": "module",
"description": "Changelog generator based on GitHub Pull Requests",
"bin": "target/build/source/bin/pr-log.js",
Expand Down

0 comments on commit 32561af

Please sign in to comment.