Skip to content

Commit 984fb38

Browse files
authored
Merge pull request #5 from maxchang3/changeset-release/main
2 parents cfdb83f + 3d97e94 commit 984fb38

5 files changed

Lines changed: 15 additions & 7 deletions

File tree

.changeset/olive-banks-try.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cli/CHANGELOG.md

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

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4f99494`](https://github.com/maxchang3/srtkit/commit/4f994945299f4df0b1a8724797cb5cee79cb0b23)]:
8+
- @srtkit/core@0.0.4
9+
310
## 0.1.1
411

512
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@srtkit/cli",
33
"type": "module",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"description": "Command line interface for SRTKit - utilities for processing SRT subtitle files",
66
"author": "Max Chang",
77
"license": "MIT",

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @srtkit/core
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- [#4](https://github.com/maxchang3/srtkit/pull/4) [`4f99494`](https://github.com/maxchang3/srtkit/commit/4f994945299f4df0b1a8724797cb5cee79cb0b23) Thanks [@maxchang3](https://github.com/maxchang3)! - enable unbundled mode for improved tree-shaking
8+
39
## 0.0.3
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@srtkit/core",
33
"type": "module",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"description": "A set of utilities for processing and manipulating SRT (SubRip Text) subtitle files.",
66
"author": "Max Chang",
77
"license": "MIT",

0 commit comments

Comments
 (0)