Skip to content

Commit 338f8bd

Browse files
committed
v0.0.15 [skip-ci]
1 parent 7e6ac8c commit 338f8bd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"node": ">=18"
1818
},
1919
"packageManager": "pnpm@9.0.0",
20-
"version": "0.0.14",
20+
"version": "0.0.15",
2121
"dependencies": {
2222
"@changesets/cli": "^2.27.7",
2323
"typescript": "^5.5.3"

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.15] - 2024-10-20
99

1010
### Fixes 🐛
1111

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.14",
3+
"version": "0.0.15",
44
"exports": {
55
".": {
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)