Skip to content

Commit

Permalink
chore: v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Feb 4, 2025
1 parent af12e46 commit 3abf27c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

## [0.2.0](https://github.com/nrkno/sofie-eslint-plugin/compare/v0.1.1...v0.2.0) (Tue Feb 04 2025)


### Features

* update to target eslint 9 and node 20 [0a165a1](https://github.com/nrkno/sofie-eslint-plugin/commit/0a165a12539f1bdaf349fb8eadec78a17fb6089d)

## [0.1.1](https://github.com/nrkno/sofie-eslint-plugin/compare/v0.1.0...v0.1.1) (Tue Mar 14 2023)

## [0.1.0](https://github.com/nrkno/sofie-eslint-plugin/compare/...v0.1.0) (Tue Mar 14 2023)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sofie-automation/eslint-plugin",
"version": "0.1.1",
"version": "0.2.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
12 changes: 11 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,17 @@ __metadata:
languageName: node
linkType: hard

"@sofie-automation/eslint-plugin@npm:^0.1.1, @sofie-automation/eslint-plugin@workspace:.":
"@sofie-automation/eslint-plugin@npm:^0.1.1":
version: 0.1.1
resolution: "@sofie-automation/eslint-plugin@npm:0.1.1"
peerDependencies:
"@typescript-eslint/utils": ^5.54.1
eslint: ">=8"
checksum: 10c0/362cc7fc53b7e804879827acf0df9ba8fff1cac6893ad3114b59ed6c01ce1d38d41327593b7223bf3908edc411b4ae8efa4051608c0730a76633921ad2d5f90a
languageName: node
linkType: hard

"@sofie-automation/eslint-plugin@workspace:.":
version: 0.0.0-use.local
resolution: "@sofie-automation/eslint-plugin@workspace:."
dependencies:
Expand Down

0 comments on commit 3abf27c

Please sign in to comment.