Skip to content

Commit c37121e

Browse files
github-actions[bot]mattnichols
authored andcommitted
chore(master): release 1.0.3
1 parent 34db0e0 commit c37121e

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.2"
2+
".": "1.0.3"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.0.3](https://github.com/mxenabled/vogue/compare/1.0.2...1.0.3) (2023-04-15)
4+
5+
6+
### Bug Fixes
7+
8+
* treat -rc. versions as pre-release ([34db0e0](https://github.com/mxenabled/vogue/commit/34db0e09493f16cb2b81f24e84cc84d24d7e7a66))
9+
* update dependencies and fix violations ([2821e11](https://github.com/mxenabled/vogue/commit/2821e11a9a911938256d1e64b217c22a5bcd7697))
10+
311
## [1.0.2](https://github.com/mxenabled/vogue/compare/1.0.1...1.0.2) (2022-12-22)
412

513

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Vogue is a gradle plugin that reads and processes reports generated by the [grad
1616
_build.gradle_:
1717
```groovy
1818
plugins {
19-
id: "com.github.mxenabled.vogue" version "1.0.2"
19+
id: "com.github.mxenabled.vogue" version "1.0.3"
2020
}
2121
2222
allprojects {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group "com.mx.vogue"
11-
version "1.0.2" // x-release-please-version
11+
version "1.0.3" // x-release-please-version
1212
sourceCompatibility = 1.8
1313

1414
repositories {

0 commit comments

Comments
 (0)