Skip to content

Commit

Permalink
chore: release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanobartoletti committed Nov 17, 2023
1 parent 2bd8c1b commit 38170e1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Changelog

## [0.1.2](https://github.com/stefanobartoletti/eslint-config/compare/0.1.1...0.1.2) (2023-11-17)


### Bug Fixes

* disable `antfu/top-level-function` rule ([2bd8c1b](https://github.com/stefanobartoletti/eslint-config/commit/2bd8c1b15983818b28ddafe3dbbbaff5fda63ae1))
* disable `node/prefer-global/process` rule ([e33d321](https://github.com/stefanobartoletti/eslint-config/commit/e33d3213bb674e513e7608f3eebc2951a1a2f2d3))

## 0.1.1 (2023-11-17)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stefanobartoletti/eslint-config",
"type": "module",
"version": "0.1.1",
"version": "0.1.2",
"packageManager": "[email protected]",
"description": "",
"author": "Stefano Bartoletti (https://github.com/stefanobartoletti/)",
Expand Down

0 comments on commit 38170e1

Please sign in to comment.