Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.0...v1.2.0) (2024-04-04)

### Bug Fixes

* 🐛 accessing property that might not exist ([aed3508](aed3508))

### Features

* ✨ added endpoint to get a CsvOrder by it's ID ([0be83a9](0be83a9))
* ✨ added CsvOrder model + endpoints ([#7](#7)) ([9deda48](9deda48))
* CSV upload ([7debb24](7debb24))
  • Loading branch information
semantic-release-bot committed Apr 4, 2024
1 parent 1da1e19 commit 5284c84
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.2.0](https://github.com/Print-one/print-one-js/compare/v1.1.0...v1.2.0) (2024-04-04)


### Bug Fixes

* :bug: accessing property that might not exist ([aed3508](https://github.com/Print-one/print-one-js/commit/aed350824713a8552ebdc2cfed013763109da0bf))


### Features

* :sparkles: added endpoint to get a CsvOrder by it's ID ([0be83a9](https://github.com/Print-one/print-one-js/commit/0be83a9060c35f1e4bac3620dab9f72659063e1a))
* ✨ added CsvOrder model + endpoints ([#7](https://github.com/Print-one/print-one-js/issues/7)) ([9deda48](https://github.com/Print-one/print-one-js/commit/9deda48271f56b830158d03a3b2a535d76797c70))
* CSV upload ([7debb24](https://github.com/Print-one/print-one-js/commit/7debb24f913f113510b7b1e03088f30fa6a66d3c))

# [1.1.0](https://github.com/Print-one/print-one-js/compare/v1.0.0...v1.1.0) (2024-01-23)


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/print-one-js",
"version": "1.1.0",
"version": "1.2.0",
"description": "The official javascript client for Print.one",
"license": "MIT",
"author": "Print.one",
Expand Down

0 comments on commit 5284c84

Please sign in to comment.