Skip to content

Commit

Permalink
Merge pull request #287 from tsamaya/release/v1.0.6
Browse files Browse the repository at this point in the history
Release/v1.0.6
  • Loading branch information
tsamaya committed Jun 3, 2024
2 parents 6e014b3 + f3472f2 commit 084345d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset='utf-8'>
<title>opencage-api-client 1.0.5 | Documentation</title>
<title>opencage-api-client 1.0.6 | Documentation</title>
<meta name='description' content='An OpenCageData Geocoder API client library for node and browsers (UMD)'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link href='assets/bass.css' rel='stylesheet'>
Expand All @@ -15,7 +15,7 @@
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
<div class='py1 px2'>
<h3 class='mb0 no-anchor'>opencage-api-client</h3>
<div class='mb1'><code>1.0.5</code></div>
<div class='mb1'><code>1.0.6</code></div>
<input
placeholder='Filter'
id='filter-input'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 084345d

Please sign in to comment.