Skip to content

Commit

Permalink
chore(release): 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.7.0](v1.6.1...v1.7.0) (2023-10-12)

### Bug Fixes

* return ArrayBuffer instead of string ([9b3f39d](9b3f39d))

### Features

* invoice attachments ([9223c39](9223c39))
  • Loading branch information
semantic-release-bot committed Oct 12, 2023
1 parent 9b3f39d commit b71b1ee
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.7.0](https://github.com/Print-one/moneybird-js/compare/v1.6.1...v1.7.0) (2023-10-12)


### Bug Fixes

* return ArrayBuffer instead of string ([9b3f39d](https://github.com/Print-one/moneybird-js/commit/9b3f39d9021c5232dbdde747c6e8b39bce36fea9))


### Features

* invoice attachments ([9223c39](https://github.com/Print-one/moneybird-js/commit/9223c39ef8f92b89f1964c7fdbe2cb52abed57ce))

## [1.6.1](https://github.com/Print-one/moneybird-js/compare/v1.6.0...v1.6.1) (2023-09-07)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@print-one/moneybird-js",
"version": "1.6.1",
"version": "1.7.0",
"description": "A client for Moneybird in javascript",
"license": "MIT",
"author": "Print.one",
Expand Down

0 comments on commit b71b1ee

Please sign in to comment.