Skip to content

Commit 6b314d1

Browse files
committed
chore(release): publish 1.2.1
1 parent eabc85f commit 6b314d1

File tree

8 files changed

+11
-7
lines changed

8 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.2.1 (2025-03-06)
2+
3+
This was a version bump only, there were no code changes.
4+
15
## 1.2.0 (2025-03-06)
26

37
### 🩹 Fixes

tools/biome/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "✨ Zilero Biome Config",
55
"description": "🌿 Modern formatter, linter, and more for JavaScript, TypeScript, JSX, and JSON",
66
"license": "MIT",
7-
"version": "1.2.0",
7+
"version": "1.2.1",
88
"scripts": {
99
"biome:version": "biome version",
1010
"biome:check": "biome check --no-errors-on-unmatched",

tools/eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "✨ Zilero ESLint Config",
55
"description": "🎯 Comprehensive ESLint configuration for React and Node.js projects",
66
"license": "MIT",
7-
"version": "1.2.0",
7+
"version": "1.2.1",
88
"keywords": [
99
"eslint",
1010
"eslint-config",

tools/jest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "✨ Zilero Jest Config",
44
"description": "🃏 Opinionated Jest configuration for React and TypeScript projects",
55
"license": "MIT",
6-
"version": "1.2.0",
6+
"version": "1.2.1",
77
"keywords": [
88
"jest",
99
"testing",

tools/prettier/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "✨ Zilero Prettier Config",
55
"description": "Prettier configuration preset",
66
"license": "MIT",
7-
"version": "1.2.0",
7+
"version": "1.2.1",
88
"keywords": [
99
"prettier",
1010
"prettier-config",

tools/stylelint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "✨ Zilero Stylelint Config",
55
"description": "💅 Opinionated Stylelint configuration for consistent CSS/SCSS styling",
66
"license": "MIT",
7-
"version": "1.2.0",
7+
"version": "1.2.1",
88
"keywords": [
99
"stylelint",
1010
"stylelint-config",

tools/tsconfigs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "✨ Zilero TypeScript Config",
55
"description": "🔷 Opinionated TypeScript configuration for modern development",
66
"license": "MIT",
7-
"version": "1.2.0",
7+
"version": "1.2.1",
88
"keywords": [
99
"typescript",
1010
"tsconfig",

tools/vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "✨ Zilero Vitest Config",
55
"description": "⚡️ Opinionated Vitest configuration for modern testing",
66
"license": "MIT",
7-
"version": "1.2.0",
7+
"version": "1.2.1",
88
"author": {
99
"name": "Artemev Alexandr",
1010
"url": "https://github.com/Zilero232",

0 commit comments

Comments
 (0)