Skip to content

Commit

Permalink
chore(master): release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and mattnichols committed Apr 15, 2023
1 parent 34db0e0 commit c37121e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 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.0.2"
".": "1.0.3"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.0.3](https://github.com/mxenabled/vogue/compare/1.0.2...1.0.3) (2023-04-15)


### Bug Fixes

* treat -rc. versions as pre-release ([34db0e0](https://github.com/mxenabled/vogue/commit/34db0e09493f16cb2b81f24e84cc84d24d7e7a66))
* update dependencies and fix violations ([2821e11](https://github.com/mxenabled/vogue/commit/2821e11a9a911938256d1e64b217c22a5bcd7697))

## [1.0.2](https://github.com/mxenabled/vogue/compare/1.0.1...1.0.2) (2022-12-22)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Vogue is a gradle plugin that reads and processes reports generated by the [grad
_build.gradle_:
```groovy
plugins {
id: "com.github.mxenabled.vogue" version "1.0.2"
id: "com.github.mxenabled.vogue" version "1.0.3"
}
allprojects {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group "com.mx.vogue"
version "1.0.2" // x-release-please-version
version "1.0.3" // x-release-please-version
sourceCompatibility = 1.8

repositories {
Expand Down

0 comments on commit c37121e

Please sign in to comment.