Skip to content

Commit

Permalink
chore: release main (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 31, 2024
1 parent 75fe137 commit 3d6cc74
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.2.1](https://github.com/do-ob-io/config/compare/eslint-config-v2.2.0...eslint-config-v2.2.1) (2024-05-31)


### Bug Fixes

* globals now only impact js files ([75fe137](https://github.com/do-ob-io/config/commit/75fe137cedcdd00ae82093fa12266944256ce393))

## [2.2.0](https://github.com/do-ob-io/config/compare/eslint-config-v2.1.2...eslint-config-v2.2.0) (2024-05-31)


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": "@do-ob/eslint-config",
"version": "2.2.0",
"version": "2.2.1",
"description": "Default ESLint configuration for ESM Node.js projects.",
"type": "module",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/ts-config": "2.0.0",
"packages/eslint-config": "2.2.0",
"packages/eslint-config": "2.2.1",
"packages/vite-lib-config": "3.0.1"
}

0 comments on commit 3d6cc74

Please sign in to comment.