Skip to content

Commit ffe79ab

Browse files
chore(release): 5.0.0 [skip ci]
## [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))
1 parent 79dbbf5 commit ffe79ab

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [5.0.0](https://github.com/mxenabled/path-facilities/compare/v4.0.0...5.0.0) (2023-06-07)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* upgrade to core:3.0.0
7+
8+
### Bug Fixes
9+
10+
* semantic release ([f5a986f](https://github.com/mxenabled/path-facilities/commit/f5a986ff1814df147a1f07eebadbd6b36c02a28f))
11+
12+
13+
### Build System
14+
15+
* upgrade to core:3.0.0 ([79dbbf5](https://github.com/mxenabled/path-facilities/commit/79dbbf5e773fa3b15759c18ff088899707d774c3))
16+
117
## [4.0.1](https://github.com/mxenabled/path-facilities/compare/v4.0.0...4.0.1) (2023-06-06)
218

319

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Issues: https://github.com/mxenabled/path-core/issues
2121
_Gradle_
2222
```groovy
2323
dependencies {
24-
api platform("com.mx.path-facilities:platform:4.0.1") // x-release-version
24+
api platform("com.mx.path-facilities:platform:5.0.0") // x-release-version
2525
2626
implementation "com.mx.path-facilities:store-redis"
2727
implementation "com.mx.path-facilities:store-vault"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
id "io.github.gradle-nexus.publish-plugin" version "1.1.0"
77
}
88

9-
version "4.0.1" // x-release-version
9+
version "5.0.0" // x-release-version
1010

1111
def platformProject = "platform"
1212

0 commit comments

Comments
 (0)