Skip to content

Commit ddf6385

Browse files
committed
chore(release): version change: 1.1.2 > 1.2.0
* 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
1 parent 9e969a5 commit ddf6385

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,7 @@ dist
104104
.tern-port
105105

106106
# Wireit cache
107-
.wireit
107+
.wireit
108+
109+
# Scripts
110+
git-short.sh

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "url-naong",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"description": "url builder library for javascript, typescript",
55
"packageManager": "[email protected]",
66
"engines": {
@@ -73,8 +73,8 @@
7373
},
7474
"homepage": "https://github.com/imjuni/url-naong#readme",
7575
"dependencies": {
76-
"path-to-regexp": "^6.2.1",
77-
"qs": "^6.11.2"
76+
"path-to-regexp": "^6.2.2",
77+
"qs": "^6.12.1"
7878
},
7979
"devDependencies": {
8080
"@rollup/plugin-node-resolve": "^15.1.0",

pnpm-lock.yaml

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)