Skip to content

Commit

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

### Bug Fixes

* removed jitpack resolver for markdown generator library ([b519ce1](b519ce1))
  • Loading branch information
semantic-release-bot committed Jul 26, 2022
1 parent b519ce1 commit 8122064
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.4](https://github.com/atedeg/sbt-ubiquitous-scaladoc/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2022-07-26)


### Bug Fixes

* removed jitpack resolver for markdown generator library ([b519ce1](https://github.com/atedeg/sbt-ubiquitous-scaladoc/commit/b519ce1e3979068b3958f50c1e69cfd9bef013e1))

# [1.0.0-beta.3](https://github.com/atedeg/sbt-ubiquitous-scaladoc/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-07-20)


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.3",
version := "1.0.0-beta.4",
sbtPlugin := true,
scriptedBufferLog := false,
semanticdbEnabled := true,
Expand Down

0 comments on commit 8122064

Please sign in to comment.