File tree 5 files changed +20
-4
lines changed
5 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
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"
4
4
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## [ 1.0.0] ( https://github.com/spuxx1701/jslibs/compare/browser-utils-v0.3.0...browser-utils-v1.0.0 ) (2024-07-31)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @spuxx/browser-utils" ,
3
- "version" : " 1.0 .0" ,
3
+ "version" : " 1.1 .0" ,
4
4
"description" : " A package containing various browser-related utilities for web applications." ,
5
5
"license" : " MIT" ,
6
6
"author" : {
Original file line number Diff line number Diff line change 1
1
# 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
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @spuxx/js-utils" ,
3
- "version" : " 0.1 .0" ,
3
+ "version" : " 0.2 .0" ,
4
4
"description" : " A package containing various utilities for JavaScript applications." ,
5
5
"license" : " MIT" ,
6
6
"author" : {
You can’t perform that action at this time.
0 commit comments