Skip to content

Commit

Permalink
Merge pull request #192 from ideal-postcodes/beta
Browse files Browse the repository at this point in the history
feat(Norway): Add Kartverket dataset
  • Loading branch information
cblanc authored Apr 30, 2024
2 parents 4b62364 + 0604c83 commit 4b97248
Show file tree
Hide file tree
Showing 8 changed files with 1,211 additions and 38 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
steps:
- uses: actions/checkout@v1

- name: Use Node.js 14
- name: Use Node.js 20
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 20.x

- name: Cache node modules
uses: actions/cache@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
steps:
- uses: actions/checkout@v1

- name: Use Node.js 18
- name: Use Node.js 20
uses: actions/setup-node@v1
with:
node-version: 18.x
node-version: 20.x

- name: Cache node modules
uses: actions/cache@v2
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [4.5.0-beta.1](https://github.com/ideal-postcodes/openapi/compare/4.4.0...4.5.0-beta.1) (2024-04-30)


### Features

* **Norway:** Add Kartverket dataset ([33af702](https://github.com/ideal-postcodes/openapi/commit/33af7025c7a9a0cb66265295ed94017649ae803f))

# [4.4.0](https://github.com/ideal-postcodes/openapi/compare/4.3.0...4.4.0) (2024-04-29)


Expand Down
Loading

0 comments on commit 4b97248

Please sign in to comment.