Skip to content

Commit 52975e9

Browse files
chore(main): release 1.2.0 (#16)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9bc08f7 commit 52975e9

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.0"
2+
".": "1.2.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/SuperFlyTV/sofie-blueprint-tools/compare/v1.1.0...v1.2.0) (2026-01-06)
4+
5+
6+
### Features
7+
8+
* add blueprint-schema-deref tool ([#11](https://github.com/SuperFlyTV/sofie-blueprint-tools/issues/11)) ([9149df1](https://github.com/SuperFlyTV/sofie-blueprint-tools/commit/9149df1ec65b86d79bee1bfffa747c3587b4e8a6))
9+
* Support injecting environment vars ([8eadbd5](https://github.com/SuperFlyTV/sofie-blueprint-tools/commit/8eadbd5bd6239bbfa7d270247394e8ea9337b71d))
10+
11+
12+
### Bug Fixes
13+
14+
* Add "file://" scheme on windows ([#13](https://github.com/SuperFlyTV/sofie-blueprint-tools/issues/13)) ([c59245f](https://github.com/SuperFlyTV/sofie-blueprint-tools/commit/c59245f6d5e2e043d19bef4c8dcfd527e27df865))
15+
* allow gif assets ([6b46b0d](https://github.com/SuperFlyTV/sofie-blueprint-tools/commit/6b46b0d5bb9f58bd98a3e2d728101ba47bf9521c))
16+
* assets json not being generated ([e2bda71](https://github.com/SuperFlyTV/sofie-blueprint-tools/commit/e2bda71ce5d50ed46fd4fb2516af6cbfe5861c00))
17+
* assets json not being generated ([c883b36](https://github.com/SuperFlyTV/sofie-blueprint-tools/commit/c883b3619797397ab8db55df3e3c477579439477))
18+
* assets not being loadable through tsconfig aliases ([9518b9a](https://github.com/SuperFlyTV/sofie-blueprint-tools/commit/9518b9a3ccdcddc973b9c2392d97c01639c6808f))
19+
320
## [1.1.0](https://github.com/SuperFlyTV/sofie-blueprint-tools/compare/v1.0.2...v1.1.0) (2025-11-24)
421

522

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sofie-blueprint-tools",
33
"main": "lib/main.js",
44
"license": "MIT",
5-
"version": "1.1.0",
5+
"version": "1.2.0",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/SuperFlyTV/sofie-blueprint-tools.git"

0 commit comments

Comments
 (0)