Skip to content

Commit 7fb5dc7

Browse files
committed
1.0.30
1 parent 224f8d2 commit 7fb5dc7

File tree

6 files changed

+18
-8
lines changed

6 files changed

+18
-8
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1-
# 1.0.29
1+
# Change Log
22

3-
* Fix bug for can't find module
3+
## [1.0.30]
4+
5+
### Changed
6+
7+
* No API changes.
8+
9+
## [1.0.29]
10+
11+
### Fixed
12+
13+
* Fixed can't find module in using 'require'.

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "encoding-japanese",
33
"main": "encoding.js",
4-
"version": "1.0.29",
4+
"version": "1.0.30",
55
"homepage": "https://github.com/polygonplanet/encoding.js",
66
"authors": [
77
"polygon planet <[email protected]>"
88
],
9-
"description": "Converts character encoding",
9+
"description": "Convert or detect character encoding in JavaScript",
1010
"moduleType": [
1111
"amd",
1212
"globals",

encoding.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* encoding-japanese v1.0.29 - Convert or detect character encoding in JavaScript
2+
* encoding-japanese v1.0.30 - Convert or detect character encoding in JavaScript
33
* Copyright (c) 2013-2018 polygon planet <[email protected]>
44
* https://github.com/polygonplanet/encoding.js
55
* @license MIT

encoding.min.js

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-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": "encoding-japanese",
3-
"version": "1.0.29",
3+
"version": "1.0.30",
44
"description": "Convert or detect character encoding in JavaScript",
55
"main": "src/index.js",
66
"directories": {

0 commit comments

Comments
 (0)