Skip to content

Commit

Permalink
v0.0.15 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarcosp committed Oct 20, 2024
1 parent 7e6ac8c commit 338f8bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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": "pnpm@9.0.0",
"version": "0.0.14",
"version": "0.0.15",
"dependencies": {
"@changesets/cli": "^2.27.7",
"typescript": "^5.5.3"
Expand Down
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.15] - 2024-10-20

### Fixes 🐛

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.14",
"version": "0.0.15",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 338f8bd

Please sign in to comment.