Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.7 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-beta.7](v1.0.0-beta.6...v1.0.0-beta.7) (2022-07-29)

### Bug Fixes

* add missing v in tag push ([0f967e5](0f967e5))
  • Loading branch information
semantic-release-bot committed Jul 29, 2022
1 parent ccf149f commit a680329
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.0.0-beta.7](https://github.com/atedeg/sbt-ubiquitous-scaladoc/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2022-07-29)


### Bug Fixes

* add missing v in tag push ([0f967e5](https://github.com/atedeg/sbt-ubiquitous-scaladoc/commit/0f967e5d3c55f9fc173b4bb80f3def9b25d80f0a))

# [1.0.0-beta.6](https://github.com/atedeg/sbt-ubiquitous-scaladoc/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2022-07-29)


Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ lazy val root = project
.enablePlugins(SbtPlugin)
.settings(
name := "sbt-ubiquitous-scaladoc",
version := "1.0.0-beta.6",
version := "1.0.0-beta.7",
sbtPlugin := true,
scriptedBufferLog := false,
semanticdbEnabled := true,
Expand Down

0 comments on commit a680329

Please sign in to comment.