Skip to content

Commit 0a1a774

Browse files
committed
chore(release): v0.2.1
1 parent d91440b commit 0a1a774

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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](https://github.com/nrkno/sofie-eslint-plugin/compare/v0.2.1-1...v0.2.1) (Fri Jun 13 2025)
6+
7+
8+
### Fixes
9+
10+
* add missing tslib dependency (#6) [d91440b](https://github.com/nrkno/sofie-eslint-plugin/commit/d91440bd074e2bc5e96fdf1a0c2c3ffd2f6c2a0e)
11+
512
## [0.2.1-1](https://github.com/nrkno/sofie-eslint-plugin/compare/v0.2.1-0...v0.2.1-1) (Tue May 20 2025)
613

714
## [0.2.1-0](https://github.com/nrkno/sofie-eslint-plugin/compare/v0.2.0...v0.2.1-0) (Tue May 20 2025)

package.json

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

0 commit comments

Comments
 (0)