Skip to content

Commit 1a850e6

Browse files
committed
chore(release): v0.2.1-0
1 parent 4a009cf commit 1a850e6

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
All notable changes to this project will be documented in this file. See [Convential Commits](https://www.conventionalcommits.org/en/v1.0.0/#specification) for commit guidelines.
44

5+
## [0.2.1-0](https://github.com/nrkno/sofie-eslint-plugin/compare/v0.2.0...v0.2.1-0) (Tue May 20 2025)
6+
7+
58
## [0.2.0](https://github.com/nrkno/sofie-eslint-plugin/compare/v0.1.1...v0.2.0) (Tue Feb 04 2025)
69

710

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sofie-automation/eslint-plugin",
3-
"version": "0.2.0",
3+
"version": "0.2.1-0",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
@@ -74,5 +74,6 @@
7474
"/README.md",
7575
"/dist"
7676
],
77-
"packageManager": "[email protected]"
77+
"packageManager": "[email protected]",
78+
"stableVersion": "0.2.0"
7879
}

yarn.lock

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,18 @@ __metadata:
964964
languageName: node
965965
linkType: hard
966966

967-
"@sofie-automation/eslint-plugin@npm:0.2.0, @sofie-automation/eslint-plugin@workspace:.":
967+
"@sofie-automation/eslint-plugin@npm:0.2.0":
968+
version: 0.2.0
969+
resolution: "@sofie-automation/eslint-plugin@npm:0.2.0"
970+
dependencies:
971+
"@typescript-eslint/utils": "npm:^8.21.0"
972+
peerDependencies:
973+
eslint: ^9
974+
checksum: 10c0/3bfb82eac8ec0e54c34534c3ea5ffc5f2358880ba09657504362e65c12b357aa0508e185410c48085ddd7eacf860c6d7b92f93ce993511a298da37683c77891c
975+
languageName: node
976+
linkType: hard
977+
978+
"@sofie-automation/eslint-plugin@workspace:.":
968979
version: 0.0.0-use.local
969980
resolution: "@sofie-automation/eslint-plugin@workspace:."
970981
dependencies:

0 commit comments

Comments
 (0)