Skip to content

Commit 1cb37d0

Browse files
Merge pull request #8 from jonathanlinat/changeset-release/main
New release candidate
2 parents 132d3a3 + ce631c3 commit 1cb37d0

File tree

5 files changed

+17
-8
lines changed

5 files changed

+17
-8
lines changed

.changeset/silver-adults-guess.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @simple-nominatim/cli
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- Update the NPM dependencies to their latest available version ([#6](https://github.com/jonathanlinat/simple-nominatim/pull/6))
8+
9+
- Updated dependencies [[`cbe782dcb86d555f118915ae17550b55d5b03a4e`](https://github.com/jonathanlinat/simple-nominatim/commit/cbe782dcb86d555f118915ae17550b55d5b03a4e)]:
10+
- @simple-nominatim/core@0.1.4
11+
312
## 0.1.3
413

514
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simple-nominatim/cli",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "A command-line interface (CLI) tool built on top of the @simple-nominatim/core library to make requests to the Nominatim API from a terminal",
55
"keywords": [
66
"cli",

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @simple-nominatim/core
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- Update the NPM dependencies to their latest available version ([#6](https://github.com/jonathanlinat/simple-nominatim/pull/6))
8+
39
## 0.1.3
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simple-nominatim/core",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "A lightweight library to make requests to the Nominatim API from Node programs",
55
"keywords": [
66
"core",

0 commit comments

Comments
 (0)