Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Jul 17, 2024
1 parent 9fc70df commit 73345c7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ _Breaking changes, which may affect downstream projects, are marked with a_ ⚠
[#xxx]: https://github.com/rapideditor/location-conflation/issues/xxx
-->

# 1.4.0
##### 2024-Jul-17
* Update country-coder to v5.3.0


# 1.3.0
##### 2023-Sep-18
* ⚠️ Use a named export for ESM, 'default' export for CJS/IIFE ([#68])
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ You can also use **location-conflation** directly in a web browser. A good way
When you load this file in a `<script>` tag, you'll get a `LocationConflation` global to use elsewhere in your scripts:
```html
<head>
<script src="https://cdn.jsdelivr.net/npm/@rapideditor/location-conflation@1.3/dist/location-conflation.iife.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@rapideditor/location-conflation@1.4/dist/location-conflation.iife.min.js"></script>
</head>
<script>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<script src='https://cdn.jsdelivr.net/npm/[email protected]/dist/mapbox-gl.min.js'></script>
<script defer src='https://kit.fontawesome.com/c772610440.js' crossorigin='anonymous'></script>
<script defer src='https://cdn.jsdelivr.net/npm/[email protected]/dist/index.min.js'></script>
<script defer src='https://cdn.jsdelivr.net/npm/@rapideditor/location-conflation@1.3/dist/location-conflation.iife.min.js'></script>
<script defer src='https://cdn.jsdelivr.net/npm/@rapideditor/location-conflation@1.4/dist/location-conflation.iife.min.js'></script>
<!-- <script defer src='../dist/location-conflation.iife.js'></script> -->
<link href='https://cdn.jsdelivr.net/npm/[email protected]/dist/mapbox-gl.min.css' rel='stylesheet'/>
<link href='style.css' rel='stylesheet' type='text/css'/>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rapideditor/location-conflation",
"version": "1.3.0",
"version": "1.4.0",
"license": "ISC",
"repository": "github:rapideditor/location-conflation",
"contributors": [
Expand Down

0 comments on commit 73345c7

Please sign in to comment.