Skip to content

Commit 384e8af

Browse files
chore: new release candidate (#60)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b4c94df commit 384e8af

File tree

4 files changed

+17
-9
lines changed

4 files changed

+17
-9
lines changed

.changeset/light-onions-sip.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

e2e/internal-package-compat/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "@eslint-plugin-runtime-compat/internal-package-compat",
3-
43
"private": true,
54
"type": "module",
65
"scripts": {

packages/plugin/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @menglinmaker/eslint-plugin-runtime-compat
2+
3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- b4c94df: Simplified apis and added comprehensive test suite

packages/plugin/package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
{
22
"name": "@menglinmaker/eslint-plugin-runtime-compat",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Eslint check JS runtime conpatability issues. Inspired by eslint-plugin-compat and runtime-compat-data.",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
7-
"files": ["dist"],
7+
"files": [
8+
"dist"
9+
],
810
"repository": "https://github.com/MengLinMaker/eslint-plugin-runtime-compat.git",
9-
"keywords": ["eslint", "runtime", "compat", "linting"],
11+
"keywords": [
12+
"eslint",
13+
"runtime",
14+
"compat",
15+
"linting"
16+
],
1017
"author": "Meng Lin <[email protected]>",
1118
"license": "MIT",
1219
"bugs": {

0 commit comments

Comments
 (0)