From f73ff5c4b8bfa9e27dcfc7d93a28a95d982a64c4 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Fri, 18 Jun 2021 14:42:16 -0400 Subject: [PATCH] v5.0.0 --- CHANGELOG.md | 32 ++++++++++++++++++------- dist/completeFeatureCollection.json | 6 ++--- dist/completeFeatureCollection.min.json | 2 +- dist/defaults.json | 6 ++--- dist/defaults.min.json | 2 +- dist/featureCollection.json | 6 ++--- dist/featureCollection.min.json | 2 +- dist/resources.json | 6 ++--- dist/resources.min.json | 2 +- package.json | 2 +- 10 files changed, 41 insertions(+), 25 deletions(-) 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 `