From 5521b2824a95cae156d4f59b7fe2e508411dca75 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 22 Jan 2024 05:59:35 +0000 Subject: [PATCH] Version Packages --- .changeset/dirty-radios-grow.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 10 ++++++++-- 3 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 .changeset/dirty-radios-grow.md diff --git a/.changeset/dirty-radios-grow.md b/.changeset/dirty-radios-grow.md deleted file mode 100644 index 694ced3..0000000 --- a/.changeset/dirty-radios-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"bpac-js": patch ---- - -better error handling and documentation in codebase. diff --git a/CHANGELOG.md b/CHANGELOG.md index 90849c8..3a81e30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # bpac-js +## 2.0.4 + +### Patch Changes + +- 89b83b0: better error handling and documentation in codebase. + ## 2.0.3 ### Patch Changes diff --git a/package.json b/package.json index 8d24ec3..59352bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bpac-js", - "version": "2.0.3", + "version": "2.0.4", "description": "High level API for interacting with the Brother BPAC SDK", "main": "./dist/index.js", "module": "./dist/index.mjs", @@ -19,7 +19,13 @@ "bugs": { "url": "https://github.com/yeasir01/bpac-js/issues" }, - "keywords": ["bpac", "brother", "print", "barcode", "web print"], + "keywords": [ + "bpac", + "brother", + "print", + "barcode", + "web print" + ], "author": "Yeasir H. (https://yeasirhugais.com)", "license": "MIT", "devDependencies": {