Skip to content

Commit 44eebf0

Browse files
committed
chore: release main
1 parent 34195f0 commit 44eebf0

File tree

5 files changed

+23
-4
lines changed

5 files changed

+23
-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-10)
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

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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-10)
4+
5+
6+
### Features
7+
8+
* **readme:** Improve documentation ([b46811e](https://github.com/spuxx1701/jslibs/commit/b46811ecd987515cb69a7b34b26c8847c58aa004))
9+
10+
11+
### Documentation
12+
13+
* **changelog:** Documented initial release in changelog ([36d7711](https://github.com/spuxx1701/jslibs/commit/36d77116e739afb18abad49fa77a596da28fa0fb))
14+
315
## [0.2.0](https://github.com/spuxx1701/jslibs/compare/js-utils-v0.1.0...js-utils-v0.2.0) (2024-07-31)
416

517

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)