Skip to content

Commit d33fe74

Browse files
committedSep 24, 2023
0.7.0
1 parent 2ab8a43 commit d33fe74

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎README-zh_CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![](https://img.shields.io/badge/Powered%20by-jslib%20querystring-brightgreen.svg)](https://github.com/yanhaijing/jslib-querystring)
44
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/jsmini/querystring/blob/master/LICENSE)
55
[![CI](https://github.com/jsmini/querystring/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/jsmini/querystring/actions/workflows/ci.yml)
6-
[![npm](https://img.shields.io/badge/npm-0.6.2-orange.svg)](https://www.npmjs.com/package/@jsmini/querystring)
6+
[![npm](https://img.shields.io/badge/npm-0.7.0-orange.svg)](https://www.npmjs.com/package/@jsmini/querystring)
77
[![NPM downloads](http://img.shields.io/npm/dm/@jsmini/querystring.svg?style=flat-square)](http://www.npmtrends.com/@jsmini/querystring)
88
[![Percentage of issues still open](http://isitmaintained.com/badge/open/jsmini/querystring.svg)](http://isitmaintained.com/project/jsmini/querystring 'Percentage of issues still open')
99

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![](https://img.shields.io/badge/Powered%20by-jslib%20querystring-brightgreen.svg)](https://github.com/yanhaijing/jslib-querystring)
44
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/jsmini/querystring/blob/master/LICENSE)
55
[![CI](https://github.com/jsmini/querystring/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/jsmini/querystring/actions/workflows/ci.yml)
6-
[![npm](https://img.shields.io/badge/npm-0.6.2-orange.svg)](https://www.npmjs.com/package/@jsmini/querystring)
6+
[![npm](https://img.shields.io/badge/npm-0.7.0-orange.svg)](https://www.npmjs.com/package/@jsmini/querystring)
77
[![NPM downloads](http://img.shields.io/npm/dm/@jsmini/querystring.svg?style=flat-square)](http://www.npmtrends.com/@jsmini/querystring)
88
[![Percentage of issues still open](http://isitmaintained.com/badge/open/jsmini/querystring.svg)](http://isitmaintained.com/project/jsmini/querystring 'Percentage of issues still open')
99

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsmini/querystring",
3-
"version": "0.6.2",
3+
"version": "0.7.0",
44
"description": "URL parameter handling library.",
55
"main": "dist/index.js",
66
"module": "dist/index.esm.js",

0 commit comments

Comments
 (0)
Please sign in to comment.