Skip to content

Commit

Permalink
Merge pull request #280 from tsamaya/release/v1.0.5
Browse files Browse the repository at this point in the history
Release/v1.0.5
  • Loading branch information
tsamaya authored Apr 27, 2024
2 parents b9cf3b5 + e47c0c6 commit 6876464
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [1.0.5] - 2024-04-27

### Changed

- upgrade dependencies
Expand Down
2 changes: 1 addition & 1 deletion dist/opencage-api.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/opencage-api.min.js.map

Large diffs are not rendered by default.

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.4 | Documentation</title>
<title>opencage-api-client 1.0.5 | 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.4</code></div>
<div class='mb1'><code>1.0.5</code></div>
<input
placeholder='Filter'
id='filter-input'
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4",
"version": "1.0.5",
"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 6876464

Please sign in to comment.