Skip to content

Commit 71d25d9

Browse files
committed
chore(main): release 0.4.5
1 parent ec86f8a commit 71d25d9

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.4"
2+
".": "0.4.5"
33
}

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [0.4.5](https://github.com/hyprmcp/jetski/compare/0.4.4...0.4.5) (2026-01-14)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update module github.com/go-chi/chi/v5 to v5.2.4 ([#395](https://github.com/hyprmcp/jetski/issues/395)) ([ec86f8a](https://github.com/hyprmcp/jetski/commit/ec86f8ad15fdb9eac34fca5f91a6563d4450b87a))
9+
* **deps:** update module github.com/golang-migrate/migrate/v4 to v4.19.1 ([#388](https://github.com/hyprmcp/jetski/issues/388)) ([3bbba2c](https://github.com/hyprmcp/jetski/commit/3bbba2c15a5764d10c62bef1f2e3b46643782533))
10+
* **deps:** update module github.com/lestrrat-go/httprc/v3 to v3.0.3 ([#389](https://github.com/hyprmcp/jetski/issues/389)) ([ebffe6a](https://github.com/hyprmcp/jetski/commit/ebffe6ab796e5b1e2eeca94893f4e1ac924fd66b))
11+
* **deps:** update module github.com/lestrrat-go/jwx/v3 to v3.0.13 ([#390](https://github.com/hyprmcp/jetski/issues/390)) ([d8d4569](https://github.com/hyprmcp/jetski/commit/d8d4569646720a3b2ea0fb35d61fe97c5349620e))
12+
* **deps:** update module github.com/spf13/cobra to v1.10.2 ([#391](https://github.com/hyprmcp/jetski/issues/391)) ([05b05c1](https://github.com/hyprmcp/jetski/commit/05b05c1ed17083e01797c7e0ac26fa2bc97b1760))
13+
* **deps:** update module go.uber.org/zap to v1.27.1 ([#392](https://github.com/hyprmcp/jetski/issues/392)) ([b10d491](https://github.com/hyprmcp/jetski/commit/b10d491de7c5e0cebddc65dd3e82e5e1bfb98eaa))
14+
15+
16+
### Other
17+
18+
* **deps:** update angular monorepo to v20.3.16 ([#379](https://github.com/hyprmcp/jetski/issues/379)) ([951a304](https://github.com/hyprmcp/jetski/commit/951a30456daf900e9613d6a77ee530d99115211a))
19+
* **deps:** update angular-cli monorepo to v20.3.14 ([#380](https://github.com/hyprmcp/jetski/issues/380)) ([4e282c2](https://github.com/hyprmcp/jetski/commit/4e282c251ee65822c1e273cae45e4c72d81e46f0))
20+
* **deps:** update dependency @angular/cdk to v20.2.14 ([#382](https://github.com/hyprmcp/jetski/issues/382)) ([16ef18e](https://github.com/hyprmcp/jetski/commit/16ef18e13450a7e6ff6a26614ce59a212058c8f3))
21+
* **deps:** update dependency @eslint/js to v9.39.2 ([#383](https://github.com/hyprmcp/jetski/issues/383)) ([0f8ec15](https://github.com/hyprmcp/jetski/commit/0f8ec15b2dd194ba29742f5ba644e53819de1061))
22+
* **deps:** update dependency @types/jasmine to v5.1.15 ([#384](https://github.com/hyprmcp/jetski/issues/384)) ([1acfe59](https://github.com/hyprmcp/jetski/commit/1acfe59e3e9fa4523b37fff86605a2f5a7610b56))
23+
* **deps:** update dependency eslint-plugin-prettier to v5.5.5 ([#394](https://github.com/hyprmcp/jetski/issues/394)) ([d7db331](https://github.com/hyprmcp/jetski/commit/d7db331845b1d2b6e920fcec2888d8a14bb9bd86))
24+
* **deps:** update golang docker tag to v1.25.5 ([#386](https://github.com/hyprmcp/jetski/issues/386)) ([e3e014c](https://github.com/hyprmcp/jetski/commit/e3e014c7556acf42a1d04f9e5ee28dd81936692a))
25+
* **deps:** update tailwindcss monorepo to v4.1.18 ([#387](https://github.com/hyprmcp/jetski/issues/387)) ([f7db1e1](https://github.com/hyprmcp/jetski/commit/f7db1e18a55439a8c514b7e866662e8c48bc164f))
26+
327
## [0.4.4](https://github.com/hyprmcp/jetski/compare/0.4.3...0.4.4) (2026-01-12)
428

529

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jetski",
3-
"version": "0.4.4",
3+
"version": "0.4.5",
44
"type": "module",
55
"scripts": {
66
"ng": "ng",

0 commit comments

Comments
 (0)