diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bef093a0..d92aca3dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,9 @@ **osm-community-index** is an open source project. You can submit bug reports, help out, or learn more by visiting our project page on GitHub: :octocat: https://github.com/osmlab/osm-community-index -Please star our project on GitHub to show your support! :star: +Please star our project on GitHub to show your support! ⭐️ -_Breaking changes, which may affect downstream projects, are marked with a_ :warning: +_Breaking changes, which may affect downstream projects, are marked with a_ ⚠️ +# 5.0.0 +##### 2021-Jun-18 +* Bump to location-conflation v1.0.1 / country-coder v5.0.1 +* ⚠️ Replace rollup with [esbuild](https://esbuild.github.io/) for super fast build speed. Package exports are now: + * `"module": "./index.mjs"` - ESM, modern JavaScript, works with `import` + * `"main": "./dist/oci.cjs"` - CJS bundle, modern JavaScript, works with `require()` + * `"browser": "./dist/oci.iife.js"` - IIFE bundle, modern JavaScript, works in browser `