Skip to content

Commit b806ac6

Browse files
committed
chore: release main
1 parent 0a792c3 commit b806ac6

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please/rp-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"packages/js-utils": "0.1.0",
3-
"packages/browser-utils": "0.3.0"
3+
"packages/browser-utils": "0.3.1"
44
}

packages/browser-utils/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.3.1](https://github.com/spuxx1701/jslibs/compare/browser-utils-v0.3.0...browser-utils-v0.3.1) (2024-07-29)
4+
5+
6+
### Bug Fixes
7+
8+
* Fixed broken import ([8bf7286](https://github.com/spuxx1701/jslibs/commit/8bf72860b4fd9bb73c97dece6bc12eef855f7137))
9+
310
## 1.0.0
411

512

packages/browser-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spuxx/browser-utils",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"type": "module",
55
"main": "dist/main.js",
66
"module": "dist/main.js",

0 commit comments

Comments
 (0)