Skip to content

Commit ceca7ab

Browse files
committed
chore: release main
1 parent d8e90b4 commit ceca7ab

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 +1 @@
1-
{}
1+
{"packages/browser-utils":"1.0.0"}

packages/browser-utils/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 1.0.0 (2024-07-29)
9+
10+
11+
### Bug Fixes
12+
13+
* Fixed broken import ([8bf7286](https://github.com/spuxx1701/jslibs/commit/8bf72860b4fd9bb73c97dece6bc12eef855f7137))
14+
815
## [UNRELEASED]
916

1017
### Changed

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": "1.0.0",
44
"type": "module",
55
"main": "dist/main.js",
66
"module": "dist/main.js",

0 commit comments

Comments
 (0)