Skip to content

Commit

Permalink
chore(release): v1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Mar 6, 2024
1 parent 4808c3b commit 4b37b86
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
19 changes: 10 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [1.7.0](https://github.com/TheNaubit/make-url/compare/v1.6.1...v1.7.0) (2024-03-06)


### Features

* add improved protocol detection and handle messy strings in makeURL ([4808c3b](https://github.com/TheNaubit/make-url/commit/4808c3b6c8c282f696bf773378d25e8307cc32a5))
* renamed queryParams to params and hashParam to hash ([1c663c8](https://github.com/TheNaubit/make-url/commit/1c663c8dbab84d98db8983acea566da722fe0b83))



## [1.6.1](https://github.com/TheNaubit/make-url/compare/v1.6.0...v1.6.1) (2024-03-05)


Expand Down Expand Up @@ -35,12 +45,3 @@



## [1.3.1](https://github.com/TheNaubit/make-url/compare/v1.3.0...v1.3.1) (2024-03-05)


### Bug Fixes

* update package.json exports ([4410e29](https://github.com/TheNaubit/make-url/commit/4410e290460c8c2f0c36829a6cc9b250d291853b))



2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"concatenate",
"urlcat"
],
"version": "1.6.1",
"version": "1.7.0",
"type": "module",
"main": "./dist/make-url.umd.cjs",
"module": "./dist/make-url.js",
Expand Down

0 comments on commit 4b37b86

Please sign in to comment.