Update changelog

This commit is contained in:
Franck Royer 2022-06-20 14:57:49 +10:00
parent 8a17631780
commit 862a397e81
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Published files moved from `build` to `dist/`.
- Migrate from ts-proto to protons;
the latter does not bring Buffer/Long deps, is ESM compatible and remove the need for bufbuild and protoc.
- Move package to `"type": "module"`.
- Use ESM code in Mocha and Karma tests.
## [0.24.0] - 2022-05-27