diff --git a/CHANGELOG.md b/CHANGELOG.md index ba9601c..fb0265e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [0.0.3](https://github.com/tf2pickup-org/mumble-protocol/compare/0.0.2...0.0.3) (2022-05-24) + + +### Bug Fixes + +* **build:** ignore Mumble.ts ([d8ffb29](https://github.com/tf2pickup-org/mumble-protocol/commit/d8ffb298bc82bee253ad94bb610248c60df32f0d)) + ## [0.0.2](https://github.com/tf2pickup-org/mumble-protocol/compare/0.0.1...0.0.2) (2022-05-23) diff --git a/package.json b/package.json index 8c13319..006baca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tf2pickup-org/mumble-protocol", - "version": "0.0.2", + "version": "0.0.3", "description": "Mumble protocol typings", "main": "dist/index.js", "types": "dist/src/index.d.ts",