Skip to content

Commit

Permalink
chore(release): bump version and deploy packages (#123)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.


# Releases
## @mheob/eslint-config@5.0.0

### Major Changes

-   [#124](#124) ([@mheob](https://github.com/mheob)): Bump `eslint-plugin-unicorn` to v47. BREAKING CHANGE: Enable `prefer-at`, `prefer-event-target`, and `prefer-string-replace-all` in recommended config (see sindresorhus/eslint-plugin-unicorn#2073)

### Patch Changes

-   [#122](#122) ([@renovate](https://github.com/apps/renovate)): chore(deps): update all non-major dependencies


Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
mheob-bot and github-actions[bot] committed May 28, 2023
1 parent bea4024 commit c581289
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .changeset/cold-beers-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-jobs-fail.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @mheob/eslint-config

## 5.0.0

### Major Changes

- [#124](https://github.com/mheob/config/pull/124) ([@mheob](https://github.com/mheob)): Bump
`eslint-plugin-unicorn` to v47. BREAKING CHANGE: Enable `prefer-at`, `prefer-event-target`, and
`prefer-string-replace-all` in recommended config (see
[#2073](https://github.com/sindresorhus/eslint-plugin-unicorn/pull/2073))

### Patch Changes

- [#122](https://github.com/mheob/config/pull/122) ([@renovate](https://github.com/apps/renovate)):
chore(deps): update all non-major dependencies

## 4.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mheob/eslint-config",
"version": "4.2.1",
"version": "5.0.0",
"description": "My personal configuration for eslint.",
"keywords": [
"eslint",
Expand Down

0 comments on commit c581289

Please sign in to comment.