Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Dec 16, 2024
1 parent 8310fa2 commit 7e0ad50
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.2.0](https://github.com/nrkno/sofie-casparcg-launcher/compare/v1.1.0...v1.2.0) (2024-12-16)


### Features

* add setting to choose process stdin encoding ([dc0cd51](https://github.com/nrkno/sofie-casparcg-launcher/commit/dc0cd51b89bf5902e97d0bd8d8cfa9491496d103))
* restyle settings layout, splitting processes table columns into a collapse ([4fe30b3](https://github.com/nrkno/sofie-casparcg-launcher/commit/4fe30b38c2e6526c36a93b5a85d1c11ff0c0ecdb))
* set env variables for processes ([c518d21](https://github.com/nrkno/sofie-casparcg-launcher/commit/c518d218c127967fcf20e165754e57bda176f18f))

## [1.1.0](https://github.com/nrkno/tv-automation-casparcg-launcher/compare/v1.0.1...v1.1.0) (2022-01-19)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "casparcg-launcher",
"version": "1.1.0",
"version": "1.2.0",
"author": "Julian Waller <[email protected]>",
"description": "Simple launcher for CasparCG",
"license": "MIT",
Expand Down Expand Up @@ -120,5 +120,5 @@
},
"engines": {
"node": "^16.0.0"
}
}
}

0 comments on commit 7e0ad50

Please sign in to comment.