Skip to content

Commit 6a384f0

Browse files
committed
v0.0.14 [skip-ci]
1 parent fb210b3 commit 6a384f0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"node": ">=18"
1818
},
1919
"packageManager": "[email protected]",
20-
"version": "0.0.13",
20+
"version": "0.0.14",
2121
"dependencies": {
2222
"@changesets/cli": "^2.27.7",
2323
"typescript": "^5.5.3"

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"trustedDependencies": [
2121
"rescript"
2222
],
23-
"version": "0.0.13"
23+
"version": "0.0.14"
2424
}

packages/lib/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.0.14] - 2024-10-20
99

1010
### Fixes 🐛
1111

packages/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "better-tmux",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"exports": {
55
".": {
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)