diff --git a/CHANGELOG.md b/CHANGELOG.md index 03f620c..885194f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.43.1](https://github.com/corquaid/international-space-station-APIs/compare/v1.43.0...v1.43.1) (2023-10-26) + + +### Bug Fixes + +* correct total number of astronauts ([e747d39](https://github.com/corquaid/international-space-station-APIs/commit/e747d39d099c5be0689f7bf6f8373517c976b638)) + + + # [1.43.0](https://github.com/corquaid/international-space-station-APIs/compare/v1.42.1...v1.43.0) (2023-10-26) @@ -35,12 +44,3 @@ -## [1.40.6](https://github.com/corquaid/international-space-station-APIs/compare/v1.40.5...v1.40.6) (2023-09-16) - - -### Bug Fixes - -* final commitlint and husky testing ([b9ee408](https://github.com/corquaid/international-space-station-APIs/commit/b9ee408358e5c082bbc649e8c54da741a5363330)) - - - diff --git a/package.json b/package.json index a2040f3..75fc274 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iss_json_project", - "version": "1.43.0", + "version": "1.43.1", "description": "JSON files for ISS information", "main": "index.js", "scripts": {