diff --git a/CHANGELOG.md b/CHANGELOG.md index be37b07c4..5650b1f7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.2](https://github.com/stephenh/ts-proto/compare/v2.0.1...v2.0.2) (2024-08-16) + + +### Bug Fixes + +* Fix version loading in new dist layout. ([#1091](https://github.com/stephenh/ts-proto/issues/1091)) ([f1c23d2](https://github.com/stephenh/ts-proto/commit/f1c23d2eab096b7c6b2decd9f0886b5300c52712)) + ## [2.0.1](https://github.com/stephenh/ts-proto/compare/v2.0.0...v2.0.1) (2024-08-16) diff --git a/package.json b/package.json index e6fdfdc0e..0716f48e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "2.0.1", + "version": "2.0.2", "description": "", "main": "build/src/plugin.js", "repository": "github:stephenh/ts-proto",