diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a5979f..56d0182 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 5bf8a23..c30b9be 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index d913776..0b3fd84 100644 --- a/package.json +++ b/package.json @@ -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",