From 3e4dcf529f258336521b4ce3a4db2faa94d67ea1 Mon Sep 17 00:00:00 2001 From: Bas Meeuwissen Date: Fri, 14 Feb 2025 15:50:12 +0100 Subject: [PATCH 1/2] #618: changelog --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 678454b0..6a747b3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# v0.9.1 +[2025-02-14] + +### Features + +* \[[615](https://github.com/MaskingTechnology/jitar/pull/615)] feat: buffer serialization (#615) by Peter van Vliet +* \[[603](https://github.com/MaskingTechnology/jitar/pull/603)] feat: implicit segmentation support (#603) by Peter van Vliet + +### Fixes + +* \[[617](https://github.com/MaskingTechnology/jitar/pull/617)] fix: add buffer serializer only if Buffer class available (#617) by Peter van Vliet +* \[[613](https://github.com/MaskingTechnology/jitar/pull/613)] fix: parsing the body limit value (#613) by Peter van Vliet +* \[[607](https://github.com/MaskingTechnology/jitar/pull/607)] fix: import rewrite issues (#607) by Peter van Vliet + +### Chores + +* \[[611](https://github.com/MaskingTechnology/jitar/pull/611)] npm: bump vitest and @vitest/coverage-v8 (#611) by dependabot[bot] +* \[[610](https://github.com/MaskingTechnology/jitar/pull/610)] chore(deps): february updates (#610) by Bas Meeuwissen + # v0.9.0 [2025-01-10] @@ -11,6 +30,7 @@ ### Chores +* \[[601](https://github.com/MaskingTechnology/jitar/pull/601)] chore: release v0.9 (#601) by Bas Meeuwissen * \[[591](https://github.com/MaskingTechnology/jitar/pull/591)] chore: http tests (#591) by Bas Meeuwissen * \[[594](https://github.com/MaskingTechnology/jitar/pull/594)] chore(deps): january updates (#594) by Bas Meeuwissen * \[[589](https://github.com/MaskingTechnology/jitar/pull/589)] chore: add tests for the sourcing package (#589) by Bas Meeuwissen diff --git a/package.json b/package.json index 8583bdd9..1ce69a5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jitar-monorepo", - "version": "0.9.0", + "version": "0.9.1", "private": true, "description": "Monorepo configuration for Jitar.", "license": "MIT", From 1aa0c6c14fdf28f88ed65f0dc181b0c7eb115c03 Mon Sep 17 00:00:00 2001 From: Bas Meeuwissen Date: Fri, 14 Feb 2025 15:52:53 +0100 Subject: [PATCH 2/2] #618: published --- lerna.json | 2 +- package-lock.json | 10 +++++----- packages/create-jitar/package.json | 4 ++-- packages/jitar/package.json | 4 ++-- packages/plugin-vite/package.json | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/lerna.json b/lerna.json index 8b46985c..8fbee42d 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "0.9.0", + "version": "0.9.1", "command": { "version": { "message": "chore(release): publish %s" diff --git a/package-lock.json b/package-lock.json index e66aec0d..8b2cf8ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "jitar-monorepo", - "version": "0.9.0", + "version": "0.9.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "jitar-monorepo", - "version": "0.9.0", + "version": "0.9.1", "license": "MIT", "workspaces": [ "packages/*", @@ -16447,7 +16447,7 @@ } }, "packages/create-jitar": { - "version": "0.9.0", + "version": "0.9.1", "license": "MIT", "dependencies": { "kolorist": "^1.8.0", @@ -16496,7 +16496,7 @@ } }, "packages/jitar": { - "version": "0.9.0", + "version": "0.9.1", "license": "MIT", "dependencies": { "dotenv": "^16.4.7", @@ -16616,7 +16616,7 @@ }, "packages/plugin-vite": { "name": "@jitar/plugin-vite", - "version": "0.9.0", + "version": "0.9.1", "license": "MIT", "dependencies": { "vite": "^6.0.11" diff --git a/packages/create-jitar/package.json b/packages/create-jitar/package.json index 424d8e41..f457b28f 100644 --- a/packages/create-jitar/package.json +++ b/packages/create-jitar/package.json @@ -1,6 +1,6 @@ { "name": "create-jitar", - "version": "0.9.0", + "version": "0.9.1", "type": "module", "license": "MIT", "author": "Masking Technology (https://jitar.dev)", @@ -50,5 +50,5 @@ "url": "https://github.com/MaskingTechnology/jitar/issues" }, "homepage": "https://jitar.dev", - "gitHead": "ab343592336927a9f9d1478da22d8e36ebf89382" + "gitHead": "3e4dcf529f258336521b4ce3a4db2faa94d67ea1" } diff --git a/packages/jitar/package.json b/packages/jitar/package.json index 46986fac..b1855b00 100644 --- a/packages/jitar/package.json +++ b/packages/jitar/package.json @@ -1,6 +1,6 @@ { "name": "jitar", - "version": "0.9.0", + "version": "0.9.1", "description": "Distributed runtime for JavaScript and TypeScript to chop monolithic applications into micros.", "author": "Masking Technology (https://jitar.dev)", "license": "MIT", @@ -63,5 +63,5 @@ "full stack", "web applications" ], - "gitHead": "ab343592336927a9f9d1478da22d8e36ebf89382" + "gitHead": "3e4dcf529f258336521b4ce3a4db2faa94d67ea1" } diff --git a/packages/plugin-vite/package.json b/packages/plugin-vite/package.json index f63477c1..e70d5b93 100644 --- a/packages/plugin-vite/package.json +++ b/packages/plugin-vite/package.json @@ -1,6 +1,6 @@ { "name": "@jitar/plugin-vite", - "version": "0.9.0", + "version": "0.9.1", "description": "Vite plugin for Jitar.", "author": "Masking Technology (https://jitar.dev)", "license": "MIT", @@ -50,5 +50,5 @@ "vite-plugin", "jitar" ], - "gitHead": "ab343592336927a9f9d1478da22d8e36ebf89382" + "gitHead": "3e4dcf529f258336521b4ce3a4db2faa94d67ea1" }