Skip to content

Commit fd4149c

Browse files
committed
v0.0.11 [skip-ci]
1 parent 51ad19d commit fd4149c

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"node": ">=18"
1818
},
1919
"packageManager": "[email protected]",
20-
"version": "0.0.1",
20+
"version": "0.0.11",
2121
"dependencies": {
2222
"@changesets/cli": "^2.27.7"
2323
}

packages/cli/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@
1919
},
2020
"trustedDependencies": [
2121
"rescript"
22-
]
22+
],
23+
"version": "0.0.11"
2324
}

packages/lib/CHANGELOG.md

+1-1
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.11] - 2024-07-13
99

1010
### Fixes 🐛
1111
- Fixed background and foreground color for default window

packages/lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "better-tmux",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"exports": {
55
".": {
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)