Skip to content

Commit

Permalink
chore(release): 1.6.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.6.1](v1.6.0...v1.6.1) (2021-11-12)

### Bug Fixes

* always apply config do not check load status ([efa9300](efa9300))
  • Loading branch information
semantic-release-bot committed Nov 12, 2021
1 parent efa9300 commit 2854fa6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.6.1](https://github.com/Silthus/config-mapper/compare/v1.6.0...v1.6.1) (2021-11-12)


### Bug Fixes

* always apply config do not check load status ([efa9300](https://github.com/Silthus/config-mapper/commit/efa930006de1e64f450d283e0da9f50cbe65f004))

# [1.6.0](https://github.com/Silthus/config-mapper/compare/v1.5.0...v1.6.0) (2021-11-12)


Expand Down
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repositories {
}
dependencies {
implementation group: 'net.silthus.config-mapper', name: 'core', version: '1.6.0'
implementation group: 'net.silthus.config-mapper', name: 'core', version: '1.6.1'
}
```

Expand All @@ -47,7 +47,7 @@ dependencies {
<dependency>
<groupId>net.silthus.config-mapper</groupId>
<artifactId>core</artifactId>
<version>1.6.0</version>
<version>1.6.1</version>
</dependency>
</dependencies>
</project>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
group = net.silthus.config-mapper
author = Silthus
version = 1.6.0
version = 1.6.1

0 comments on commit 2854fa6

Please sign in to comment.