Skip to content

Commit

Permalink
1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatanabe committed Mar 22, 2021
1 parent f2dc5ba commit ea911e4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [1.4.1](https://github.com/nulab/zxcvbn4j/compare/1.4.0...1.4.1) (2021-03-20)

* Fix message from full-width to half-width [#91](https://github.com/nulab/zxcvbn4j/pull/91) ([kxn4t](https://github.com/kxn4t))

## [1.4.0](https://github.com/nulab/zxcvbn4j/compare/1.3.6...1.4.0) (2021-02-18)

* Additional french translations [#89](https://github.com/nulab/zxcvbn4j/pull/89) ([er1c](https://github.com/er1c) and [vvatanabe](https://github.com/vvatanabe))
Expand Down
5 changes: 3 additions & 2 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ zxcvbn4j は、JavaScriptのパスワード強度ジェネレータである[zxc

以下のバージョンは[zxcvbn 4.4.2](https://github.com/dropbox/zxcvbn/releases/tag/v4.4.2)をポーティング

* 2021/03/22 1.4.1 リリース.
* 2021/02/19 1.4.0 リリース.
* 2021/02/09 1.3.6 リリース.
* 2021/02/02 1.3.5 リリース.
Expand Down Expand Up @@ -63,7 +64,7 @@ zxcvbn4j は、JavaScriptのパスワード強度ジェネレータである[zxc
### gradle を利用する場合

```
compile 'com.nulab-inc:zxcvbn:1.4.0'
compile 'com.nulab-inc:zxcvbn:1.4.1'
```

### maven を利用する場合
Expand All @@ -72,7 +73,7 @@ compile 'com.nulab-inc:zxcvbn:1.4.0'
<dependency>
<groupId>com.nulab-inc</groupId>
<artifactId>zxcvbn</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>
```

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Through pattern matching and conservative estimation, it recognizes and weighs 3

The following version is a port of [zxcvbn 4.4.2](https://github.com/dropbox/zxcvbn/releases/tag/v4.4.2)

* 2021/03/22 1.4.1 released.
* 2021/02/19 1.4.0 released.
* 2021/02/09 1.3.6 released.
* 2021/02/02 1.3.5 released.
Expand Down Expand Up @@ -64,7 +65,7 @@ The following version is a port of [zxcvbn 4.2.0](https://github.com/dropbox/zxc
### gradle

```
compile 'com.nulab-inc:zxcvbn:1.4.0'
compile 'com.nulab-inc:zxcvbn:1.4.1'
```

### maven
Expand All @@ -73,7 +74,7 @@ compile 'com.nulab-inc:zxcvbn:1.4.0'
<dependency>
<groupId>com.nulab-inc</groupId>
<artifactId>zxcvbn</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>
```

Expand Down

0 comments on commit ea911e4

Please sign in to comment.