Skip to content

Commit

Permalink
chore(master): release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and mattnichols committed Nov 3, 2022
1 parent 4869463 commit 6a19046
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.0"
".": "1.3.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.3.0](https://github.com/mxenabled/path-facilities/compare/1.2.0...1.3.0) (2022-11-03)


### Features

* bump version to deploy to maven central ([d947495](https://github.com/mxenabled/path-facilities/commit/d94749578705d6299976f09377c898e5b66b670c))
* publish platform ([bbad50e](https://github.com/mxenabled/path-facilities/commit/bbad50e2e293c9771a7c80a1802d26dfccd9f2bc))

## [1.2.0](https://github.com/mxenabled/path-facilities/compare/v1.1.0...1.2.0) (2022-10-27)


Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ _Gradle_
<!-- x-release-please-start-version -->
```groovy
dependencies {
api platform("com.mx.path-core:platform:1.2.0")
api platform("com.mx.path-core:platform:1.3.0")
implementation "com.mx.path-facilities:store-redis"
implementation "com.mx.path-facilities:store-vault"
Expand All @@ -40,13 +40,13 @@ _Gradle_
<!-- x-release-please-start-version -->
```groovy
dependencies {
implementation "com.mx.path-facilities:store-redis:1.2.0"
implementation "com.mx.path-facilities:store-vault:1.2.0"
implementation "com.mx.path-facilities:encryption-service-vault:1.2.0"
implementation "com.mx.path-facilities:encryption-service-jasypt:1.2.0"
implementation "com.mx.path-facilities:message-broker-nats:1.2.0"
implementation "com.mx.path-facilities:fault-tolerant-executor-resilience4j:1.2.0"
implementation "com.mx.path-facilities:exception-reporter-honeybadger:1.2.0"
implementation "com.mx.path-facilities:store-redis:1.3.0"
implementation "com.mx.path-facilities:store-vault:1.3.0"
implementation "com.mx.path-facilities:encryption-service-vault:1.3.0"
implementation "com.mx.path-facilities:encryption-service-jasypt:1.3.0"
implementation "com.mx.path-facilities:message-broker-nats:1.3.0"
implementation "com.mx.path-facilities:fault-tolerant-executor-resilience4j:1.3.0"
implementation "com.mx.path-facilities:exception-reporter-honeybadger:1.3.0"
}
```
<!-- x-release-please-end -->
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id "io.github.gradle-nexus.publish-plugin" version "1.1.0"
}

version "1.2.0" // x-release-please-version
version "1.3.0" // x-release-please-version

def platformProject = "platform"

Expand Down

0 comments on commit 6a19046

Please sign in to comment.