Skip to content

Commit

Permalink
v0.0.11 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarcosp committed Jul 13, 2024
1 parent 51ad19d commit fd4149c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"node": ">=18"
},
"packageManager": "[email protected]",
"version": "0.0.1",
"version": "0.0.11",
"dependencies": {
"@changesets/cli": "^2.27.7"
}
Expand Down
3 changes: 2 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
},
"trustedDependencies": [
"rescript"
]
],
"version": "0.0.11"
}
2 changes: 1 addition & 1 deletion packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.0.11] - 2024-07-13

### Fixes 🐛
- Fixed background and foreground color for default window
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "better-tmux",
"version": "0.0.10",
"version": "0.0.11",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit fd4149c

Please sign in to comment.