Skip to content

Commit 399c869

Browse files
committed
Prepare release 0.17
1 parent 62bf9e5 commit 399c869

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [0.17] 2019-05-29
8+
9+
### Fixed
10+
- Fixed transitive dep in js artifact
11+
712
## [0.16] 2019-05-18
813

914
### Fixed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515
}
1616
1717
dependencies {
18-
testCompile 'com.willowtreeapps.assertk:assertk-jvm:0.16'
18+
testCompile 'com.willowtreeapps.assertk:assertk-jvm:0.17'
1919
}
2020
```
2121

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212

1313
allprojects {
1414
group 'com.willowtreeapps.assertk'
15-
version '0.17-SNAPSHOT'
15+
version '0.17'
1616
}
1717

1818
ext {

0 commit comments

Comments
 (0)