Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yanhaijing committed Sep 24, 2023
1 parent 2065fe7 commit 92020ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
4 changes: 1 addition & 3 deletions README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@
[![](https://img.shields.io/badge/Powered%20by-jslib%20base-brightgreen.svg)](https://github.com/yanhaijing/jslib-base)
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/jsmini/base/blob/master/LICENSE)
[![CI](https://github.com/jsmini/range/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/jsmini/range/actions/workflows/ci.yml)
[![npm](https://img.shields.io/badge/npm-0.1.3-orange.svg)](https://www.npmjs.com/package/@jsmini/base)
[![npm](https://img.shields.io/badge/npm-0.2.0-orange.svg)](https://www.npmjs.com/package/@jsmini/base)
[![NPM downloads](http://img.shields.io/npm/dm/@jsmini/base.svg?style=flat-square)](http://www.npmtrends.com/@jsmini/base)
[![Percentage of issues still open](http://isitmaintained.com/badge/open/jsmini/base.svg)](http://isitmaintained.com/project/jsmini/base 'Percentage of issues still open')

JavaScript method, generate a range within the supplied bounds

JavaScript的范围函数,根据给定的边界生成数字/字母范围,可指定步长

[English](./README.md) | 简体中文
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
[![](https://img.shields.io/badge/Powered%20by-jslib%20range-brightgreen.svg)](https://github.com/yanhaijing/jslib-range)
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/jsmini/range/blob/master/LICENSE)
[![CI](https://github.com/jsmini/range/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/jsmini/range/actions/workflows/ci.yml)
[![npm](https://img.shields.io/badge/npm-0.1.3-orange.svg)](https://www.npmjs.com/package/@jsmini/range)
[![npm](https://img.shields.io/badge/npm-0.2.0-orange.svg)](https://www.npmjs.com/package/@jsmini/range)
[![NPM downloads](http://img.shields.io/npm/dm/@jsmini/range.svg?style=flat-square)](http://www.npmtrends.com/@jsmini/range)
[![Percentage of issues still open](http://isitmaintained.com/badge/open/jsmini/range.svg)](http://isitmaintained.com/project/jsmini/range 'Percentage of issues still open')

JavaScript method, generate a range within the supplied bounds

JavaScript的范围函数,根据给定的边界生成数字/字母范围,可指定步长
A range function for JavaScript, generates numbers/letters within a given boundary, with an option to specify the step length.

English | [简体中文](./README-zh_CN.md)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jsmini/range",
"version": "0.1.3",
"description": "范围函数,根据给定的边界生成数字/字母范围,可指定步长",
"version": "0.2.0",
"description": "A range function for JavaScript, generates numbers/letters within a given boundary, with an option to specify the step length.",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"sideEffects": false,
Expand Down

0 comments on commit 92020ce

Please sign in to comment.