Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 0cf9158

Browse files
committed
Set version to 1.0.1
1 parent aeeb3ec commit 0cf9158

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Next
22

3-
[diff](https://github.com/Shinigami92/eslint-define-config/compare/1.0.0...main)
3+
[diff](https://github.com/Shinigami92/eslint-define-config/compare/1.0.1...main)
4+
5+
# 1.0.1
6+
7+
[diff](https://github.com/Shinigami92/eslint-define-config/compare/1.0.0...1.0.1)
8+
9+
- Define `globals` property ([aeeb3ec])
10+
11+
[aeeb3ec]: https://github.com/Shinigami92/eslint-define-config/commit/aeeb3ec0b133e4b6ad89d41676fe26bbb7e94888
412

513
# 1.0.0
614

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-define-config",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Provide a defineConfig function for .eslintrc.js files",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)