Skip to content

Commit

Permalink
chore(main): release eslint-config 0.0.3 (#27)
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 Jan 25, 2025
1 parent a806cbb commit 407604f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
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/eslint-config": "0.0.2",
"packages/eslint-config": "0.0.3",
"packages/eslint-parser-plain": "0.0.3",
"packages/eslint-plugin-format": "0.0.1"
}
8 changes: 8 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.0.3](https://github.com/BiscuitTin/eslint-config/compare/eslint-config-v0.0.2...eslint-config-v0.0.3) (2025-01-25)


### Features

* add no-leaked-event-listener and no-unnecessary-use-callback rules ([#28](https://github.com/BiscuitTin/eslint-config/issues/28)) ([3bce3c0](https://github.com/BiscuitTin/eslint-config/commit/3bce3c0871b6dc922d7a8e43390f6fb3004fbcf2))
* update typegen import ([#21](https://github.com/BiscuitTin/eslint-config/issues/21)) ([3d12e69](https://github.com/BiscuitTin/eslint-config/commit/3d12e698b48eee1d490841b3c94505056d0b7d0c))

## [0.0.2](https://github.com/BiscuitTin/eslint-config/compare/eslint-config-v0.0.1...eslint-config-v0.0.2) (2025-01-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@biscuittin/eslint-config",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"description": "A collection of ESLint configurations for Biscuit Tin projects.",
"author": "Biscuit Tin <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 407604f

Please sign in to comment.