Skip to content

Commit

Permalink
chore(release): 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bchrobot committed Jul 8, 2021
1 parent 281ad52 commit 51cdc3d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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": "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",
Expand Down

0 comments on commit 51cdc3d

Please sign in to comment.