Skip to content

Commit 046dfd3

Browse files
committed
chore(release): publish
- @linters/[email protected] - @linters/[email protected]
1 parent b5a03df commit 046dfd3

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

packages/eslint-config-node/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.13.0](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2023-12-27)
7+
8+
9+
### Features
10+
11+
* turn off unpublished import in test files ([f545264](https://github.com/developer239/linters/commit/f545264a021843b8f1c3dfd38344184184cd0f1a))
12+
13+
14+
15+
16+
617
# [1.12.0](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2023-01-24)
718

819

packages/eslint-config-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@linters/eslint-config-node",
33
"description": "The eslint configuration for node.js application you have been looking for.",
4-
"version": "1.12.0",
4+
"version": "1.13.0",
55
"repository": "https://github.com/developer239/linters",
66
"main": "index.js",
77
"publishConfig": {
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2023-12-27)
7+
8+
9+
### Features
10+
11+
* initial vitest config ([b5a03df](https://github.com/developer239/linters/commit/b5a03df9041bbc1fa6a3c8906be61d928fdeba0f))

packages/eslint-config-vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@linters/eslint-config-vitest",
33
"description": "The eslint for vitest tests you have been looking for.",
4-
"version": "0.0.1",
4+
"version": "0.1.0",
55
"repository": "https://github.com/developer239/linters",
66
"main": "index.js",
77
"publishConfig": {

0 commit comments

Comments
 (0)