Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @linters/[email protected]
 - @linters/[email protected]
  • Loading branch information
developer239 committed Dec 27, 2023
1 parent b5a03df commit 046dfd3
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions packages/eslint-config-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.13.0](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2023-12-27)


### Features

* turn off unpublished import in test files ([f545264](https://github.com/developer239/linters/commit/f545264a021843b8f1c3dfd38344184184cd0f1a))





# [1.12.0](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2023-01-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@linters/eslint-config-node",
"description": "The eslint configuration for node.js application you have been looking for.",
"version": "1.12.0",
"version": "1.13.0",
"repository": "https://github.com/developer239/linters",
"main": "index.js",
"publishConfig": {
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config-vitest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2023-12-27)


### Features

* initial vitest config ([b5a03df](https://github.com/developer239/linters/commit/b5a03df9041bbc1fa6a3c8906be61d928fdeba0f))
2 changes: 1 addition & 1 deletion packages/eslint-config-vitest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@linters/eslint-config-vitest",
"description": "The eslint for vitest tests you have been looking for.",
"version": "0.0.1",
"version": "0.1.0",
"repository": "https://github.com/developer239/linters",
"main": "index.js",
"publishConfig": {
Expand Down

0 comments on commit 046dfd3

Please sign in to comment.