Skip to content

Commit a27642a

Browse files
committed
chore(main): release 0.4.4
1 parent aedad71 commit a27642a

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-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.3"
2+
".": "0.4.4"
33
}

CHANGELOG.md

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

3+
## [0.4.4](https://github.com/hyprmcp/jetski/compare/0.4.3...0.4.4) (2025-10-23)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update aws-sdk-go-v2 monorepo ([#336](https://github.com/hyprmcp/jetski/issues/336)) ([fbb56f0](https://github.com/hyprmcp/jetski/commit/fbb56f08496106c6305e51a3c812514b817029d3))
9+
* **deps:** update module github.com/aws/aws-sdk-go-v2/config to v1.31.14 ([#347](https://github.com/hyprmcp/jetski/issues/347)) ([91df27c](https://github.com/hyprmcp/jetski/commit/91df27c072708741ee333bf99209a87b354030d4))
10+
* **deps:** update module github.com/getsentry/sentry-go to v0.36.1 ([#344](https://github.com/hyprmcp/jetski/issues/344)) ([a524446](https://github.com/hyprmcp/jetski/commit/a5244460dd0701a3318e7f89479cee568697a930))
11+
* **deps:** update module github.com/getsentry/sentry-go/otel to v0.36.1 ([#345](https://github.com/hyprmcp/jetski/issues/345)) ([7ac4bfa](https://github.com/hyprmcp/jetski/commit/7ac4bfa6480fab4950c9ac9f0a2ea2fca3a94106))
12+
* **deps:** update module github.com/lestrrat-go/jwx/v3 to v3.0.12 ([#342](https://github.com/hyprmcp/jetski/issues/342)) ([5b57832](https://github.com/hyprmcp/jetski/commit/5b57832e374c8ef8f9339cecae32191ec4dad52e))
13+
14+
15+
### Other
16+
17+
* **deps:** update angular monorepo to v20.3.6 ([#331](https://github.com/hyprmcp/jetski/issues/331)) ([8617a52](https://github.com/hyprmcp/jetski/commit/8617a5259ab0303199d781bc3985c57c53463023))
18+
* **deps:** update angular monorepo to v20.3.7 ([#348](https://github.com/hyprmcp/jetski/issues/348)) ([8f0ace9](https://github.com/hyprmcp/jetski/commit/8f0ace90d3efbd99188f0e6852f4d744a81012fc))
19+
* **deps:** update angular-cli monorepo to v20.3.7 ([#349](https://github.com/hyprmcp/jetski/issues/349)) ([b37c1b5](https://github.com/hyprmcp/jetski/commit/b37c1b5b0372d9b4ecbbf4c157bf8b7da0079033))
20+
* **deps:** update dependency @angular/cdk to v20.2.10 ([#346](https://github.com/hyprmcp/jetski/issues/346)) ([1d8c96c](https://github.com/hyprmcp/jetski/commit/1d8c96c2b02f3c8d2050ff954cb57148ebb6473e))
21+
* **deps:** update dependency @eslint/js to v9.38.0 ([#338](https://github.com/hyprmcp/jetski/issues/338)) ([77336ca](https://github.com/hyprmcp/jetski/commit/77336cafa825139dbf132d68ba8eccd71d210c69))
22+
* **deps:** update dependency @modelcontextprotocol/sdk to v1.20.1 ([#332](https://github.com/hyprmcp/jetski/issues/332)) ([30c8dc2](https://github.com/hyprmcp/jetski/commit/30c8dc284652c4fce4d76ac8deb916567ba65471))
23+
* **deps:** update dependency @types/jasmine to v5.1.12 ([#339](https://github.com/hyprmcp/jetski/issues/339)) ([24c01bd](https://github.com/hyprmcp/jetski/commit/24c01bd1cadf51d79ba910af4f3fe90ea7020604))
24+
* **deps:** update dependency typescript-eslint to v8.46.2 ([#343](https://github.com/hyprmcp/jetski/issues/343)) ([a6f1f63](https://github.com/hyprmcp/jetski/commit/a6f1f6353183c961d32a11dff18637fbfebba674))
25+
* **deps:** update sigstore/cosign-installer action to v3.10.1 ([#335](https://github.com/hyprmcp/jetski/issues/335)) ([3cb4d21](https://github.com/hyprmcp/jetski/commit/3cb4d21b60914aa834204aa7fc0ea3ad6a231407))
26+
* **deps:** update tailwindcss monorepo to v4.1.15 ([#341](https://github.com/hyprmcp/jetski/issues/341)) ([e38048d](https://github.com/hyprmcp/jetski/commit/e38048d443e935101c4f6b8b3b8036c84759e65b))
27+
* **deps:** update tailwindcss monorepo to v4.1.16 ([#350](https://github.com/hyprmcp/jetski/issues/350)) ([aedad71](https://github.com/hyprmcp/jetski/commit/aedad71cca03a3e24cee30c8d4e92c91486a0f82))
28+
329
## [0.4.3](https://github.com/hyprmcp/jetski/compare/0.4.2...0.4.3) (2025-10-16)
430

531

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.3",
3+
"version": "0.4.4",
44
"type": "module",
55
"scripts": {
66
"ng": "ng",

0 commit comments

Comments
 (0)