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

Commit c772fff

Browse files
committed
Set version to 1.0.0-alpha.3
1 parent 2c02864 commit c772fff

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Next
22

3-
[diff](https://github.com/Shinigami92/eslint-define-config/compare/1.0.0-alpha.2...main)
3+
[diff](https://github.com/Shinigami92/eslint-define-config/compare/1.0.0-alpha.3...main)
4+
5+
# 1.0.0-alpha.3
6+
7+
[diff](https://github.com/Shinigami92/eslint-define-config/compare/1.0.0-alpha.2...1.0.0-alpha.3)
8+
9+
- Export commonjs
410

511
# 1.0.0-alpha.2
612

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-alpha.2",
3+
"version": "1.0.0-alpha.3",
44
"description": "Provide a defineConfig function for .eslintrc.js files",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)