Skip to content

Commit 78456fd

Browse files
authored
Merge pull request #14 from spuxx1701/release-please--branches--main
chore: release main
2 parents d46e518 + 687d727 commit 78456fd

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-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.1.0",
3-
"packages/browser-utils": "1.0.0"
2+
"packages/js-utils": "0.2.0",
3+
"packages/browser-utils": "1.1.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.1.0](https://github.com/spuxx1701/jslibs/compare/browser-utils-v1.0.0...browser-utils-v1.1.0) (2024-07-31)
4+
5+
6+
### Features
7+
8+
* **npm:** Improved documentation in package.json files ([d46e518](https://github.com/spuxx1701/jslibs/commit/d46e5184e168f0a639cbbac041b296456033a71b))
9+
310
## [1.0.0](https://github.com/spuxx1701/jslibs/compare/browser-utils-v0.3.0...browser-utils-v1.0.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.0.0",
3+
"version": "1.1.0",
44
"description": "A package containing various browser-related utilities for web applications.",
55
"license": "MIT",
66
"author": {

packages/js-utils/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
11
# Changelog
2+
3+
## [0.2.0](https://github.com/spuxx1701/jslibs/compare/js-utils-v0.1.0...js-utils-v0.2.0) (2024-07-31)
4+
5+
6+
### Features
7+
8+
* **npm:** Improved documentation in package.json files ([d46e518](https://github.com/spuxx1701/jslibs/commit/d46e5184e168f0a639cbbac041b296456033a71b))
9+
10+
## Changelog

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.1.0",
3+
"version": "0.2.0",
44
"description": "A package containing various utilities for JavaScript applications.",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)