Skip to content

Commit

Permalink
update 0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
寻御 committed Sep 10, 2021
1 parent 618d150 commit acd0e28
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## 0.9.9 (2021-9-10)
- merge #75, #76, #86, #92
- update dependences
## 0.9.8 (2019-7-18)
- merge #34, #73
- fix #72 UTF-16-encoded code points
Expand Down
2 changes: 2 additions & 0 deletions lib/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ function getPureText(str) {
/**
* getUniqText
*
* @deprecated since version 0.9.9
*
* @param {string} str target text
* @return {string} uniq text
*/
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fontmin",
"version": "0.9.8",
"version": "0.9.9",
"description": "Minify font seamlessly, font subsetter, webfont (eot, woff, svg) converter.",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -44,13 +44,12 @@
"code-points": "^2.0.0-1",
"concat-stream": "^2.0.0",
"fonteditor-core": "^2.1.5",
"get-stdin": "^8.0.0",
"get-stdin": "^9.0.0",
"is-otf": "^0.1.2",
"is-svg": "^4.2.1",
"is-ttf": "^0.2.2",
"lodash": "^4.17.10",
"meow": "^9.0.0",
"nyc": "^15.1.0",
"meow": "^10.1.1",
"pako": "^2.0.3",
"replace-ext": "^2.0.0",
"stream-combiner": "^0.2.1",
Expand All @@ -64,6 +63,7 @@
"is-eot": "^1.0.0",
"is-woff": "^1.0.1",
"is-woff2": "^1.0.0",
"mocha": "^8.3.0"
"mocha": "^9.1.1",
"nyc": "^15.1.0"
}
}

0 comments on commit acd0e28

Please sign in to comment.