Skip to content

Commit fb19454

Browse files
Merge pull request #4 from jonathanlinat/changeset-release/main
New release candidate
2 parents 6d98717 + 0a5a6ef commit fb19454

File tree

5 files changed

+17
-8
lines changed

5 files changed

+17
-8
lines changed

.changeset/short-numbers-rescue.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.2
4+
5+
### Patch Changes
6+
7+
- Migrate project and packages from bun to pnpm 7 ([#3](https://github.com/jonathanlinat/simple-nominatim/pull/3))
8+
9+
- Updated dependencies [[`52524a1`](https://github.com/jonathanlinat/simple-nominatim/commit/52524a1b929d60faa38eb110cc2f3b22c84436ef)]:
10+
- @simple-nominatim/core@0.1.2
11+
312
## 0.1.1
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.1",
3+
"version": "0.1.2",
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.2
4+
5+
### Patch Changes
6+
7+
- Migrate project and packages from bun to pnpm 7 ([#3](https://github.com/jonathanlinat/simple-nominatim/pull/3))
8+
39
## 0.1.1
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.1",
3+
"version": "0.1.2",
44
"description": "A lightweight library to make requests to the Nominatim API from Node programs",
55
"keywords": [
66
"core",

0 commit comments

Comments
 (0)