Skip to content

Commit 6b59ac7

Browse files
authored
chore: release main (#204)
1 parent 342cb24 commit 6b59ac7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages/js-utils": "1.5.0",
3-
"packages/browser-utils": "1.6.0",
3+
"packages/browser-utils": "1.6.1",
44
"packages/nest-utils": "4.0.0",
55
"packages/nest-testing": "2.0.2",
66
"packages/solid": "1.2.0",

packages/browser-utils/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.6.1](https://github.com/spuxx-dev/jslibs/compare/browser-utils-v1.6.0...browser-utils-v1.6.1) (2025-04-18)
4+
5+
6+
### Bug Fixes
7+
8+
* **user-agent:** Make UserAgent service more SSR-friendly ([c676c00](https://github.com/spuxx-dev/jslibs/commit/c676c0045d28f5b995fec45b507db96ecced8f4f))
9+
310
## [1.6.0](https://github.com/spuxx-dev/jslibs/compare/browser-utils-v1.5.0...browser-utils-v1.6.0) (2025-04-15)
411

512

packages/browser-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spuxx/browser-utils",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "A package containing various browser-related utilities for web applications.",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)