Skip to content

Commit 7318a73

Browse files
committed
Release version 4.8.0
1 parent 73a2186 commit 7318a73

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

build-with-bun.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const buildNode = async () => {
7373
// Handle specific transformations for exports.js
7474
if (file === 'exports.js') {
7575
// Replace the version placeholder
76-
content = content.replace(/__BWIPJS_VERS__/g, '4.7.3 (2025-06-26)');
76+
content = content.replace(/__BWIPJS_VERS__/g, '4.8.0 (2025-06-26)');
7777

7878
// Remove the browser and react-native specific sections completely
7979
content = content.replace(/\/\/@@BEGIN-BROWSER-EXPORTS@@[\s\S]*?\/\/@@ENDOF-EXPORTS@@/g, '');

dist/bwip-js-node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44185,7 +44185,7 @@ function LoadFont() {
4418544185
// exports.js
4418644186

4418744187
// exports.js
44188-
const BWIPJS_VERSION = '4.7.3 (2025-06-26)';
44188+
const BWIPJS_VERSION = '4.8.0 (2025-06-26)';
4418944189

4419044190

4419144191
var url = require('url');

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adaptyvbio/bwip-js",
3-
"version": "4.7.3",
3+
"version": "4.8.0",
44
"description": "JavaScript barcode generator supporting over 100 types and standards with raw bytes support.",
55
"exports": {
66
".": {

src/exports.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
// exports.js
3-
const BWIPJS_VERSION = '4.7.3 (2025-06-26)';
3+
const BWIPJS_VERSION = '4.8.0 (2025-06-26)';
44

55
//@@BEGIN-NODE-JS-EXPORTS@@
66
var url = require('url');

0 commit comments

Comments
 (0)