Skip to content

Commit

Permalink
Release v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tsamaya committed Feb 3, 2024
1 parent e983ec8 commit 5d0865a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [1.0.4] - 2024-02-03

### Changed

- upgrade dependencies

## [1.0.3] - 2023-11-10

### Changed
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,7 @@ Check the examples using the Test API key from OpenCage [error handling examples
1. Fork or clone this repository
1. `$ cd` into the `repository` folder
1. `$ npm install` to install all the required dependencies from [npm](https://www.npmjs.com/)
1. lint and test using `$ npm test`
1. coverage `$ npm run coverage`
1. lint and test coverage using `$ npm test`
1. Build : `$ npm run build`

## 🛣 Revision History
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.3",
"version": "1.0.4",
"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 5d0865a

Please sign in to comment.