Skip to content

Commit

Permalink
chore(main): release eslint-config 0.0.2 (#15)
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 10, 2025
1 parent cdb3cff commit b23ce6f
Show file tree
Hide file tree
Showing 3 changed files with 18 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.1",
"packages/eslint-config": "0.0.2",
"packages/eslint-parser-plain": "0.0.3",
"packages/eslint-plugin-format": "0.0.1"
}
16 changes: 16 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

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


### Features

* bootstrap release please ([#13](https://github.com/BiscuitTin/eslint-config/issues/13)) ([db0dc10](https://github.com/BiscuitTin/eslint-config/commit/db0dc109cf86e8215c1a39ee3a2ee493dceda3ea))
* generate provenance statements for publish ([#17](https://github.com/BiscuitTin/eslint-config/issues/17)) ([8b4454c](https://github.com/BiscuitTin/eslint-config/commit/8b4454c1e3cc453b080d1a855a384dc5557e3268))
* migrate the entire project ([#1](https://github.com/BiscuitTin/eslint-config/issues/1)) ([54224df](https://github.com/BiscuitTin/eslint-config/commit/54224dfc369f2ba76362bb93b46fb4962a923810))
* strict limitations on the scope of files to which the rules apply ([#20](https://github.com/BiscuitTin/eslint-config/issues/20)) ([b5a7df3](https://github.com/BiscuitTin/eslint-config/commit/b5a7df3703221e63024b5bafda7a776f6d6977b2))


### Bug Fixes

* rename rules in eslint-react ([#26](https://github.com/BiscuitTin/eslint-config/issues/26)) ([c94c567](https://github.com/BiscuitTin/eslint-config/commit/c94c56733abe214524b04f51c10653cf0563c4a8))
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.1",
"version": "0.0.2",
"description": "A collection of ESLint configurations for Biscuit Tin projects.",
"author": "Biscuit Tin <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit b23ce6f

Please sign in to comment.