Skip to content

Commit

Permalink
chore(release): version change: 1.1.2 > 1.2.0
Browse files Browse the repository at this point in the history
* version change: `1.1.2` > `1.2.0`
* deps
  * prod
    * change path-to-regexp: 6.2.1 > 6.2.2
    * change qs: 6.11.2 > 6.12.1
  • Loading branch information
imjuni committed Apr 28, 2024
1 parent 9e969a5 commit ddf6385
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,7 @@ dist
.tern-port

# Wireit cache
.wireit
.wireit

# Scripts
git-short.sh
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "url-naong",
"version": "1.1.2",
"version": "1.2.0",
"description": "url builder library for javascript, typescript",
"packageManager": "[email protected]",
"engines": {
Expand Down Expand Up @@ -73,8 +73,8 @@
},
"homepage": "https://github.com/imjuni/url-naong#readme",
"dependencies": {
"path-to-regexp": "^6.2.1",
"qs": "^6.11.2"
"path-to-regexp": "^6.2.2",
"qs": "^6.12.1"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.1.0",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

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

0 comments on commit ddf6385

Please sign in to comment.