Skip to content

Commit

Permalink
chore(main): release 0.19.1 (#89)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.19.1](v0.19.0...v0.19.1)
(2025-01-27)


### Performance Improvements

* **driver:** fix performance in zenfs
([1cbcaff](1cbcaff))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
atty303 authored Jan 27, 2025
2 parents 7287fa8 + 7104a6e commit 8f524e0
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.19.0"}
{".":"0.19.1"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.19.1](https://github.com/atty303/pob-web/compare/v0.19.0...v0.19.1) (2025-01-27)


### Performance Improvements

* **driver:** fix performance in zenfs ([1cbcaff](https://github.com/atty303/pob-web/commit/1cbcaffdcf5a01ca990248420e95dfc6a4eebc62))

## [0.19.0](https://github.com/atty303/pob-web/compare/v0.18.0...v0.19.0) (2025-01-27)


Expand Down
4 changes: 2 additions & 2 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,7 +1,7 @@
{
"name": "@atty303/pob-web",
"private": true,
"version": "0.19.0",
"version": "0.19.1",
"workspaces": [
"packages/dds",
"packages/driver",
Expand Down
6 changes: 4 additions & 2 deletions packages/driver/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "pob-driver",
"private": true,
"version": "0.19.0",
"version": "0.19.1",
"type": "module",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "npm run build:debug && npm run build:release",
"build:debug": "emcmake cmake -G Ninja -B build -S . -DCMAKE_BUILD_TYPE=Debug && emmake ninja -C build",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pob-web",
"private": true,
"version": "0.19.0",
"version": "0.19.1",
"type": "module",
"dependencies": {
"@auth0/auth0-react": "^2.2.4",
Expand Down

0 comments on commit 8f524e0

Please sign in to comment.