Skip to content

Commit

Permalink
chore(main): release 0.3.2 (#69)
Browse files Browse the repository at this point in the history
Co-authored-by: fluid-github-actions[bot] <194250826+fluid-github-actions[bot]@users.noreply.github.com>
  • Loading branch information
fluid-github-actions[bot] authored Jan 22, 2025
1 parent 5867b4d commit 44841bc
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.1"
".": "0.3.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.2](https://github.com/fluid-project/uio-plus/compare/v0.3.1...v0.3.2) (2025-01-22)


### Bug Fixes

* tabs permissions are not required (resolves [#67](https://github.com/fluid-project/uio-plus/issues/67)) ([#68](https://github.com/fluid-project/uio-plus/issues/68)) ([5867b4d](https://github.com/fluid-project/uio-plus/commit/5867b4d66f88cbd33f6e74499aad41f9e3e883c5))

## [0.3.1](https://github.com/fluid-project/uio-plus/compare/v0.3.0...v0.3.1) (2025-01-20)


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,6 +1,6 @@
{
"name": "uio-plus",
"version": "0.3.1",
"version": "0.3.2",
"description": "User Interface Options Plus (UIO+) allows you to customize websites to match your own personal needs and preferences.",
"license": "BSD-3-Clause",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "UI Options Plus (UIO+)",
"short_name": "UIO+",
"version": "0.3.1",
"version": "0.3.2",
"description": "User Interface Options Plus (UIO+) allows you to customize websites to match your own personal needs and preferences.",
"author": "Fluid Project",
"permissions": [
Expand Down

0 comments on commit 44841bc

Please sign in to comment.