Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.0](v4.0.0...5.0.0) (2023-06-07)

### ⚠ BREAKING CHANGES

* upgrade to core:3.0.0

### Bug Fixes

* semantic release ([f5a986f](f5a986f))

### Build System

* upgrade to core:3.0.0 ([79dbbf5](79dbbf5))
  • Loading branch information
semantic-release-bot committed Jun 7, 2023
1 parent 79dbbf5 commit ffe79ab
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [5.0.0](https://github.com/mxenabled/path-facilities/compare/v4.0.0...5.0.0) (2023-06-07)


### ⚠ BREAKING CHANGES

* upgrade to core:3.0.0

### Bug Fixes

* semantic release ([f5a986f](https://github.com/mxenabled/path-facilities/commit/f5a986ff1814df147a1f07eebadbd6b36c02a28f))


### Build System

* upgrade to core:3.0.0 ([79dbbf5](https://github.com/mxenabled/path-facilities/commit/79dbbf5e773fa3b15759c18ff088899707d774c3))

## [4.0.1](https://github.com/mxenabled/path-facilities/compare/v4.0.0...4.0.1) (2023-06-06)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Issues: https://github.com/mxenabled/path-core/issues
_Gradle_
```groovy
dependencies {
api platform("com.mx.path-facilities:platform:4.0.1") // x-release-version
api platform("com.mx.path-facilities:platform:5.0.0") // x-release-version
implementation "com.mx.path-facilities:store-redis"
implementation "com.mx.path-facilities:store-vault"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id "io.github.gradle-nexus.publish-plugin" version "1.1.0"
}

version "4.0.1" // x-release-version
version "5.0.0" // x-release-version

def platformProject = "platform"

Expand Down

0 comments on commit ffe79ab

Please sign in to comment.