Skip to content

Commit

Permalink
chore(release): 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 27, 2024
1 parent 7d4a16a commit 9f8cab1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 1.2.2 (2024-08-27)

#### Bug Fixes

* only try to open last visited budget if none is specified (524bf13d)
* typo (86592b0c)

#### Documentation

* add note about last visited behaviour (0a1e8b34)

#### Tests

* disable flaky test (7d4a16ae)

#### Chores

* **release:** 1.2.1 (44eb52d7)


## 1.2.1 (2024-08-27)

#### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@
"test": "vitest --exclude 'e2e'"
},
"type": "module",
"version": "1.2.1"
"version": "1.2.2"
}

0 comments on commit 9f8cab1

Please sign in to comment.