Skip to content

Commit

Permalink
1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatanabe committed Jun 8, 2021
1 parent f68162a commit fb40aae
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 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.5.2](https://github.com/nulab/zxcvbn4j/compare/1.5.1...1.5.2) (2021-06-07)

* fix recent years #100 [#102](https://github.com/nulab/zxcvbn4j/pull/102) ([kxn4t](https://github.com/kxn4t))

## [1.5.1](https://github.com/nulab/zxcvbn4j/compare/1.5.0...1.5.1) (2021-06-05)

* Bump junit 4.11 to 4.13.2 [#101](https://github.com/nulab/zxcvbn4j/pull/101) ([yasuyuki-baba](https://github.com/yasuyuki-baba))
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/06/08 1.5.2 リリース.
* 2021/06/05 1.5.1 リリース.
* 2021/04/26 1.5.0 リリース.
* 2021/03/22 1.4.1 リリース.
Expand Down Expand Up @@ -66,7 +67,7 @@ zxcvbn4j は、JavaScriptのパスワード強度ジェネレータである[zxc
### gradle を利用する場合

```
compile 'com.nulab-inc:zxcvbn:1.5.1'
compile 'com.nulab-inc:zxcvbn:1.5.2'
```

### maven を利用する場合
Expand All @@ -75,7 +76,7 @@ compile 'com.nulab-inc:zxcvbn:1.5.1'
<dependency>
<groupId>com.nulab-inc</groupId>
<artifactId>zxcvbn</artifactId>
<version>1.5.1</version>
<version>1.5.2</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/06/08 1.5.2 released.
* 2021/06/05 1.5.1 released.
* 2021/04/26 1.5.0 released.
* 2021/03/22 1.4.1 released.
Expand Down Expand Up @@ -67,7 +68,7 @@ The following version is a port of [zxcvbn 4.2.0](https://github.com/dropbox/zxc
### gradle

```
compile 'com.nulab-inc:zxcvbn:1.5.1'
compile 'com.nulab-inc:zxcvbn:1.5.2'
```

### maven
Expand All @@ -76,7 +77,7 @@ compile 'com.nulab-inc:zxcvbn:1.5.1'
<dependency>
<groupId>com.nulab-inc</groupId>
<artifactId>zxcvbn</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apply plugin: 'com.github.kt3k.coveralls'
apply from: 'dictionary.gradle'

group = 'com.nulab-inc'
version = '1.5.1'
version = '1.5.2'
archivesBaseName = 'zxcvbn'
sourceCompatibility = 1.7
targetCompatibility = 1.7
Expand Down

0 comments on commit fb40aae

Please sign in to comment.