Skip to content

Commit

Permalink
chore(release): bump version and deploy packages (#90)
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@3.1.0

### Minor Changes

- disable `unicorn/no-array-reduce` ESLint rule --> ([#93](#93)) by [@mheob](https://github.com/mheob)

### Patch Changes

- bump eslint to ^8.27.0 --> ([#91](#91)) by [@renovate](https://github.com/apps/renovate)
- bump `@typescript-eslint` monorepo --> ([#89](#89)) by [@mheob](https://github.com/mheob)
  • Loading branch information
mheob-bot authored Nov 19, 2022
1 parent 7bf71e1 commit 3f7993c
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-eyes-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-bats-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-starfishes-check.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/small-onions-smile.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/smart-eggs-poke.md

This file was deleted.

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

## 3.1.0

### Minor Changes

- disable `unicorn/no-array-reduce` ESLint rule --> ([#93](https://github.com/mheob/config/pull/93)) by [@mheob](https://github.com/mheob)

### Patch Changes

- bump eslint to ^8.27.0 --> ([#91](https://github.com/mheob/config/pull/91)) by [@renovate](https://github.com/apps/renovate)
- bump `@typescript-eslint` monorepo --> ([#89](https://github.com/mheob/config/pull/89)) by [@mheob](https://github.com/mheob)

## 3.0.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": "3.0.1",
"version": "3.1.0",
"description": "My personal configuration for eslint.",
"keywords": [
"eslint",
Expand Down

0 comments on commit 3f7993c

Please sign in to comment.