Skip to content

Commit f3fb14b

Browse files
authored
Merge pull request #56 from honey32/develop
release v1.0.0
2 parents 7f5bc42 + 9d2139e commit f3fb14b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Next Query Utils
22

3+
[![npm version](https://badge.fury.io/js/next-query-utils.svg)](https://badge.fury.io/js/next-query-utils)
4+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5+
36
This library provides utility functions to deal with **Parsed Query Objects** (especially of Next.js)
47

58
このライブラリには、**Parsed Query Object** (特に Next.js のもの)を取り扱うためのユーティリティ関数群が含まれます。
@@ -136,4 +139,4 @@ isQueryEmpty(router.query, { ignore: "postId" })
136139

137140
# License
138141

139-
This library is licensed under the terms of [MIT License](/license)
142+
This library is licensed under the terms of [MIT License](/license)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-query-utils",
3-
"version": "1.0.0-alpha.0",
3+
"version": "1.0.0",
44
"source": "src/index.ts",
55
"main": "dist/main.js",
66
"module": "dist/module.js",

0 commit comments

Comments
 (0)