diff --git a/.release-please/manifest.json b/.release-please/manifest.json
index 3bdb03fb..15add7da 100644
--- a/.release-please/manifest.json
+++ b/.release-please/manifest.json
@@ -1,4 +1,4 @@
 {
-  "packages/js-utils": "0.1.0",
-  "packages/browser-utils": "1.0.0"
+  "packages/js-utils": "0.2.0",
+  "packages/browser-utils": "1.1.0"
 }
\ No newline at end of file
diff --git a/packages/browser-utils/CHANGELOG.md b/packages/browser-utils/CHANGELOG.md
index 28a6fd99..e2bfc46a 100644
--- a/packages/browser-utils/CHANGELOG.md
+++ b/packages/browser-utils/CHANGELOG.md
@@ -1,5 +1,12 @@
 # Changelog
 
+## [1.1.0](https://github.com/spuxx1701/jslibs/compare/browser-utils-v1.0.0...browser-utils-v1.1.0) (2024-07-31)
+
+
+### Features
+
+* **npm:** Improved documentation in package.json files ([d46e518](https://github.com/spuxx1701/jslibs/commit/d46e5184e168f0a639cbbac041b296456033a71b))
+
 ## [1.0.0](https://github.com/spuxx1701/jslibs/compare/browser-utils-v0.3.0...browser-utils-v1.0.0) (2024-07-31)
 
 
diff --git a/packages/browser-utils/package.json b/packages/browser-utils/package.json
index 35778355..343d7a96 100644
--- a/packages/browser-utils/package.json
+++ b/packages/browser-utils/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@spuxx/browser-utils",
-  "version": "1.0.0",
+  "version": "1.1.0",
   "description": "A package containing various browser-related utilities for web applications.",
   "license": "MIT",
   "author": {
diff --git a/packages/js-utils/CHANGELOG.md b/packages/js-utils/CHANGELOG.md
index 825c32f0..d0c2a8d6 100644
--- a/packages/js-utils/CHANGELOG.md
+++ b/packages/js-utils/CHANGELOG.md
@@ -1 +1,10 @@
 # Changelog
+
+## [0.2.0](https://github.com/spuxx1701/jslibs/compare/js-utils-v0.1.0...js-utils-v0.2.0) (2024-07-31)
+
+
+### Features
+
+* **npm:** Improved documentation in package.json files ([d46e518](https://github.com/spuxx1701/jslibs/commit/d46e5184e168f0a639cbbac041b296456033a71b))
+
+## Changelog
diff --git a/packages/js-utils/package.json b/packages/js-utils/package.json
index 9e660f7b..b2398249 100644
--- a/packages/js-utils/package.json
+++ b/packages/js-utils/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@spuxx/js-utils",
-  "version": "0.1.0",
+  "version": "0.2.0",
   "description": "A package containing various utilities for JavaScript applications.",
   "license": "MIT",
   "author": {