Skip to content

Commit fa001fd

Browse files
committed
chore: release main
1 parent b46811e commit fa001fd

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

.release-please/manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"packages/js-utils": "0.2.0",
3-
"packages/browser-utils": "1.1.0"
2+
"packages/js-utils": "0.3.0",
3+
"packages/browser-utils": "1.2.0"
44
}

packages/browser-utils/CHANGELOG.md

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

3+
## [1.2.0](https://github.com/spuxx1701/jslibs/compare/browser-utils-v1.1.0...browser-utils-v1.2.0) (2024-08-01)
4+
5+
6+
### Features
7+
8+
* **readme:** Improve documentation ([b46811e](https://github.com/spuxx1701/jslibs/commit/b46811ecd987515cb69a7b34b26c8847c58aa004))
9+
310
## [1.1.0](https://github.com/spuxx1701/jslibs/compare/browser-utils-v1.0.0...browser-utils-v1.1.0) (2024-07-31)
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": "1.1.0",
3+
"version": "1.2.0",
44
"description": "A package containing various browser-related utilities for web applications.",
55
"license": "MIT",
66
"author": {

packages/js-utils/CHANGELOG.md

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

3+
## [0.3.0](https://github.com/spuxx1701/jslibs/compare/js-utils-v0.2.0...js-utils-v0.3.0) (2024-08-01)
4+
5+
6+
### Features
7+
8+
* **readme:** Improve documentation ([b46811e](https://github.com/spuxx1701/jslibs/commit/b46811ecd987515cb69a7b34b26c8847c58aa004))
9+
310
## [0.2.0](https://github.com/spuxx1701/jslibs/compare/js-utils-v0.1.0...js-utils-v0.2.0) (2024-07-31)
411

512

packages/js-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spuxx/js-utils",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "A package containing various utilities for JavaScript applications.",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)