Skip to content

Commit

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


# 1.2.1
##### 2023-Jul-12
* Update country-coder to v5.2.1


# 1.2.0
##### 2023-Mar-12
* Bump dependency versions
Expand Down
4 changes: 2 additions & 2 deletions 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.1/dist/location-conflation.iife.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@rapideditor/location-conflation@1.2/dist/location-conflation.iife.min.js"></script>
</head>
<script>
Expand Down Expand Up @@ -288,7 +288,7 @@ Convenience method to access the internal feature `_cache`. You probably should

### Prerequisites

* [Node.js](https://nodejs.org/) version 12 or newer
* [Node.js](https://nodejs.org/) version 16 or newer
* [`git`](https://www.atlassian.com/git/tutorials/install-git/) for your platform


Expand Down
15 changes: 14 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,17 @@
- [ ] git tag vA.B.C
- [ ] git push origin main vA.B.C
- [ ] npm publish
- [ ] Go to GitHub and link the release notes to the changelog
- [ ] Go to GitHub and link the release notes to the changelog


### Purge JSDelivr CDN cache
Include any URLs that iD/Rapid/others might request.

```bash
curl 'https://purge.jsdelivr.net/npm/@rapideditor/location-conflation/dist/location-conflation.iife.js'
curl 'https://purge.jsdelivr.net/npm/@rapideditor/location-conflation/dist/location-conflation.iife.min.js'
curl 'https://purge.jsdelivr.net/npm/@rapideditor/location-conflation@1/dist/location-conflation.iife.js'
curl 'https://purge.jsdelivr.net/npm/@rapideditor/location-conflation@1/dist/location-conflation.iife.min.js'
curl 'https://purge.jsdelivr.net/npm/@rapideditor/location-conflation@1.2/dist/location-conflation.iife.js'
curl 'https://purge.jsdelivr.net/npm/@rapideditor/location-conflation@1.2/dist/location-conflation.iife.min.js'
```
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.2.0",
"version": "1.2.1",
"license": "ISC",
"repository": "github:rapideditor/location-conflation",
"contributors": [
Expand Down

0 comments on commit 3799103

Please sign in to comment.