From 5284c84726a099d02214f9cfd47e62e91988b20e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 4 Apr 2024 15:00:51 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [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)) --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6985e3..c934fd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index ac6e831..72eced5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@print-one/print-one-js", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@print-one/print-one-js", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "dependencies": { "axios": "^1.6.6", diff --git a/package.json b/package.json index 891fa4a..811ff3b 100644 --- a/package.json +++ b/package.json @@ -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",