Skip to content

Commit 33c0410

Browse files
chore(release): 1.2.1 [skip ci]
## [1.2.1](v1.2.0...v1.2.1) (2026-04-01) ### Bug Fixes * correct semantic release to trigger release ([ad88e56](ad88e56))
1 parent f9c72b2 commit 33c0410

4 files changed

Lines changed: 13 additions & 4 deletions

File tree

CHANGELOG.md

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

3+
## [1.2.1](https://github.com/BioNGFF/vizarr/compare/v1.2.0...v1.2.1) (2026-04-01)
4+
5+
6+
### Bug Fixes
7+
8+
* correct semantic release to trigger release ([ad88e56](https://github.com/BioNGFF/vizarr/commit/ad88e5614837c406cdc91f9a93bd78962c26ecdb))
9+
310
# [1.2.0](https://github.com/BioNGFF/vizarr/compare/v1.1.1...v1.2.0) (2026-03-03)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "biongff-vizarr-monorepo",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"author": "BioNGFF",
55
"license": "MIT",
66
"scripts": {

sites/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"type": "module",
55
"scripts": {
66
"dev": "vite",

viewer/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
22
"name": "@biongff/vizarr",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"type": "module",
55
"main": "dist/biongff-vizarr.cjs.js",
66
"module": "dist/biongff-vizarr.es.js",
77
"types": "dist/index.d.ts",
8-
"files": ["dist"],
8+
"files": [
9+
"dist"
10+
],
911
"exports": {
1012
".": {
1113
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)