Skip to content

Commit

Permalink
🎉 Bulid: release 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DarinRowe committed May 8, 2020
1 parent 74f7ceb commit 1f33d69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- [Feature] Supplement README.md.
- [Refactor] Remove useagents.json. Significantly reduce the package size, MINIFIED size:79.8kB => 32.8kB, MINIFIED + GZIPPED:16.7kB => 11.4kB.
- [Meta] Add stale.yml
- [Test] Add Unicode > 2048 && 2048 > Unicode > 128 test. COVERAGE:94.44% =>95.34%
- [Testing] Add Unicode > 2048 && 2048 > Unicode > 128 test. COVERAGE:94.44% => 95.34%
- [CI] Add release.yml, to release and pulish to npmjs
- [Meta] Add dist lib folder to .gitignore

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Coverage Status](https://coveralls.io/repos/github/DarinRowe/googletrans/badge.svg?branch=master)](https://coveralls.io/github/DarinRowe/googletrans?branch=master)
[![install size](https://badgen.net/bundlephobia/minzip/googletrans)](https://bundlephobia.com/result?p=googletrans)
[![dependencies Status](https://david-dm.org/DarinRowe/googletrans/status.svg)](https://david-dm.org/DarinRowe/googletrans)
[![GitHub](https://img.shields.io/github/license/DarinRowe/googletrans)](https://www.npmjs.com/package/googletrans)
[![GitHub](https://img.shields.io/github/license/DarinRowe/googletrans)](https://github.com/DarinRowe/googletrans/blob/master/LICENSE.md)
[![npm](https://img.shields.io/npm/v/googletrans)](https://www.npmjs.com/package/googletrans)

<!-- https://badgen.net/packagephobia/publish/googletrans -->
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "googletrans",
"version": "0.2.3-beta.9",
"version": "0.2.3",
"description": "Free and Unlimited Google translate API for node.js",
"files": [
"lib/**/*"
Expand Down

0 comments on commit 1f33d69

Please sign in to comment.