Skip to content

Commit

Permalink
1.0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
polygonplanet committed Sep 12, 2019
1 parent 224f8d2 commit 7fb5dc7
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 8 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 1.0.29
# Change Log

* Fix bug for can't find module
## [1.0.30]

### Changed

* No API changes.

## [1.0.29]

### Fixed

* Fixed can't find module in using 'require'.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "encoding-japanese",
"main": "encoding.js",
"version": "1.0.29",
"version": "1.0.30",
"homepage": "https://github.com/polygonplanet/encoding.js",
"authors": [
"polygon planet <[email protected]>"
],
"description": "Converts character encoding",
"description": "Convert or detect character encoding in JavaScript",
"moduleType": [
"amd",
"globals",
Expand Down
2 changes: 1 addition & 1 deletion encoding.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* encoding-japanese v1.0.29 - Convert or detect character encoding in JavaScript
* encoding-japanese v1.0.30 - Convert or detect character encoding in JavaScript
* Copyright (c) 2013-2018 polygon planet <[email protected]>
* https://github.com/polygonplanet/encoding.js
* @license MIT
Expand Down
2 changes: 1 addition & 1 deletion encoding.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "encoding-japanese",
"version": "1.0.29",
"version": "1.0.30",
"description": "Convert or detect character encoding in JavaScript",
"main": "src/index.js",
"directories": {
Expand Down

0 comments on commit 7fb5dc7

Please sign in to comment.