From 9699b077b027d4aa05b8bd1db929ac60f9b57f22 Mon Sep 17 00:00:00 2001 From: Arnaud Ferrand Date: Mon, 3 Jun 2024 06:06:54 +0100 Subject: [PATCH 1/2] prepare release v1.0.6 --- CHANGELOG.md | 11 ++++++++--- docs/index.html | 4 ++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef9075c..0cf1e33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,14 @@ And, this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0. ## [Unreleased] -### Changed +## [1.0.6] - 2024-06-03 + +### Chore +- Uses pnpm as package manager +- upgrade dependencies - Drop CircleCI -- Uses pnpm as pacakage manager +- GHActions codecov and meterian runs only on branch master ## [1.0.5] - 2024-04-27 @@ -121,7 +125,8 @@ Open Cage website URL has changed First release -[unreleased]: https://github.com/tsamaya/opencage-api-client/compare/v1.0.5...HEAD +[unreleased]: https://github.com/tsamaya/opencage-api-client/compare/v1.0.6...HEAD +[1.0.6]: https://github.com/tsamaya/opencage-api-client/compare/v1.0.5...v1.0.6 [1.0.5]: https://github.com/tsamaya/opencage-api-client/compare/v1.0.4...v1.0.5 [1.0.4]: https://github.com/tsamaya/opencage-api-client/compare/v1.0.3...v1.0.4 [1.0.3]: https://github.com/tsamaya/opencage-api-client/compare/v1.0.2...v1.0.3 diff --git a/docs/index.html b/docs/index.html index 31f52ef..e6f2a3d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,7 +2,7 @@ - opencage-api-client 1.0.5 | Documentation + opencage-api-client 1.0.6 | Documentation @@ -15,7 +15,7 @@

opencage-api-client

-
1.0.5
+
1.0.6
Date: Mon, 3 Jun 2024 06:07:13 +0100 Subject: [PATCH 2/2] 1.0.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7947b39..b7bb30a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opencage-api-client", - "version": "1.0.5", + "version": "1.0.6", "description": "An OpenCageData Geocoder API client library for node and browsers (UMD)", "main": "index.js", "browser": "dist/opencage-api.min.js",