diff --git a/CHANGELOG.md b/CHANGELOG.md index 834458f..82f9005 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.2.5](https://github.com/ben-pr-p/numbers-client/compare/v1.2.4...v1.2.5) (2021-07-08) + + +### Bug Fixes + +* handle null completedAt correctly ([#33](https://github.com/ben-pr-p/numbers-client/issues/33)) ([281ad52](https://github.com/ben-pr-p/numbers-client/commit/281ad521167066ba80888e62c5ea2c4bd66daa5f)) +* **ts:** use type for multi-element string array ([#26](https://github.com/ben-pr-p/numbers-client/issues/26)) ([3b47d85](https://github.com/ben-pr-p/numbers-client/commit/3b47d8533def686c0a4e069d2a81cf00ec427833)) + ### [1.2.4](https://github.com/ben-pr-p/numbers-client/compare/v1.2.3...v1.2.4) (2020-12-18) diff --git a/package.json b/package.json index 8cbd8a7..a4a113d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "assemble-numbers-client", - "version": "1.2.4", + "version": "1.2.5", "description": "A client for the Assemble Numbers API", "main": "build/main/index.js", "typings": "build/main/index.d.ts",