diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e7d090fef..69eb8c602b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,9 +12,18 @@ 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"`. +- Move package to `"type": "module"`, it is now a [pure ESM package](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). - Use ESM code in Mocha and Karma tests. - Upgrade `dns-query` dependency, breaking change on `DnsNodeDiscovery` API. +- Bump many libp2p libraries to their latest version (which usually are pure ESM). +- Replace webpack with parcel for bundling +- Examples: Updated store-js and relay-js to demonstrate usage of ESM bundle in `