Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v0.9.1 #619

Merged
merged 2 commits into from
Feb 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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]

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
10 changes: 5 additions & 5 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": "jitar-monorepo",
"version": "0.9.0",
"version": "0.9.1",
"private": true,
"description": "Monorepo configuration for Jitar.",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-jitar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-jitar",
"version": "0.9.0",
"version": "0.9.1",
"type": "module",
"license": "MIT",
"author": "Masking Technology <[email protected]> (https://jitar.dev)",
Expand Down Expand Up @@ -50,5 +50,5 @@
"url": "https://github.com/MaskingTechnology/jitar/issues"
},
"homepage": "https://jitar.dev",
"gitHead": "ab343592336927a9f9d1478da22d8e36ebf89382"
"gitHead": "3e4dcf529f258336521b4ce3a4db2faa94d67ea1"
}
4 changes: 2 additions & 2 deletions packages/jitar/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (https://jitar.dev)",
"license": "MIT",
Expand Down Expand Up @@ -63,5 +63,5 @@
"full stack",
"web applications"
],
"gitHead": "ab343592336927a9f9d1478da22d8e36ebf89382"
"gitHead": "3e4dcf529f258336521b4ce3a4db2faa94d67ea1"
}
4 changes: 2 additions & 2 deletions packages/plugin-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jitar/plugin-vite",
"version": "0.9.0",
"version": "0.9.1",
"description": "Vite plugin for Jitar.",
"author": "Masking Technology <[email protected]> (https://jitar.dev)",
"license": "MIT",
Expand Down Expand Up @@ -50,5 +50,5 @@
"vite-plugin",
"jitar"
],
"gitHead": "ab343592336927a9f9d1478da22d8e36ebf89382"
"gitHead": "3e4dcf529f258336521b4ce3a4db2faa94d67ea1"
}
Loading