Skip to content

Commit 722b622

Browse files
committed
v0.0.13 [skip-ci]
1 parent ff55f05 commit 722b622

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-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.12",
20+
"version": "0.0.13",
2121
"dependencies": {
2222
"@changesets/cli": "^2.27.7",
2323
"typescript": "^5.5.3"

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"trustedDependencies": [
2121
"rescript"
2222
],
23-
"version": "0.0.12"
23+
"version": "0.0.13"
2424
}

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.13] - 2024-07-15
99

1010
### Fixes 🐛
1111
- Add option to override globals by @fdaciuk in https://github.com/bettervim/better-tmux/pull/15

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

0 commit comments

Comments
 (0)