From 9d538d06f9baf1a33794af426db0a9d70b2028ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Garapich?= Date: Sun, 24 Dec 2023 10:02:35 +0100 Subject: [PATCH] chore: release version 1.0.4 --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b5b362..fdb127d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ +## [1.0.4](https://github.com/tf2pickup-org/mumble-protocol/compare/1.0.3...1.0.4) (2023-12-24) + + +### Bug Fixes + +* **deps:** update dependency @protobuf-ts/runtime to v2.9.2 ([dd91676](https://github.com/tf2pickup-org/mumble-protocol/commit/dd916764d4caba8f5d36f15589e202044d3945e4)) +* **deps:** update dependency @protobuf-ts/runtime to v2.9.3 ([8f6a938](https://github.com/tf2pickup-org/mumble-protocol/commit/8f6a938a06b0bb4fa5fec5515c7795438efb8f59)) + ## [1.0.3](https://github.com/tf2pickup-org/mumble-protocol/compare/1.0.2...1.0.3) (2023-10-05) @@ -55,4 +63,4 @@ ### Bug Fixes -* **ci:** add github ci ([0a335f9](https://github.com/tf2pickup-org/mumble-protocol/commit/0a335f935cf8bbe12403e56f0929da729d5d5c42)) \ No newline at end of file +* **ci:** add github ci ([0a335f9](https://github.com/tf2pickup-org/mumble-protocol/commit/0a335f935cf8bbe12403e56f0929da729d5d5c42)) diff --git a/package.json b/package.json index e017f66..540f0a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tf2pickup-org/mumble-protocol", - "version": "1.0.3", + "version": "1.0.4", "description": "Mumble protocol typings", "main": "dist/index.js", "types": "dist/index.d.ts",