Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2023-07-28)

### Bug Fixes

* **deps:** update dependency @google/semantic-release-replace-plugin to v1.2.1 ([432abe4](432abe4))
* **deps:** update dependency @google/semantic-release-replace-plugin to v1.2.4 ([7059b5a](7059b5a))
* **deps:** update dependency @google/semantic-release-replace-plugin to v1.2.5 ([101ab12](101ab12))
* **deps:** update dependency @google/semantic-release-replace-plugin to v1.2.7 ([0e9d43f](0e9d43f))
* **deps:** update dependency conventional-changelog-conventionalcommits to v6.1.0 ([6555700](6555700))
* **deps:** update dependency semantic-release to v21.0.5 ([6413602](6413602))
* **deps:** update dependency semantic-release to v21.0.6 ([34c3eee](34c3eee))
* **deps:** update dependency semantic-release to v21.0.7 ([7f8f5db](7f8f5db))
  • Loading branch information
cake-lier committed Jul 28, 2023
1 parent 5309804 commit 21ed40b
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 1.0.0 (2023-07-28)


### Bug Fixes

* **deps:** update dependency @google/semantic-release-replace-plugin to v1.2.1 ([432abe4](https://github.com/cake-lier/scala-library-template/commit/432abe468c801a3bbf3331fe2d17dfb4200cbd74))
* **deps:** update dependency @google/semantic-release-replace-plugin to v1.2.4 ([7059b5a](https://github.com/cake-lier/scala-library-template/commit/7059b5aa92a65782107a4e1927007b0e63d541b7))
* **deps:** update dependency @google/semantic-release-replace-plugin to v1.2.5 ([101ab12](https://github.com/cake-lier/scala-library-template/commit/101ab123007a580d8140fe43763eea88fb07742e))
* **deps:** update dependency @google/semantic-release-replace-plugin to v1.2.7 ([0e9d43f](https://github.com/cake-lier/scala-library-template/commit/0e9d43fc8f42522232485c6c757c764a08a2dad9))
* **deps:** update dependency conventional-changelog-conventionalcommits to v6.1.0 ([6555700](https://github.com/cake-lier/scala-library-template/commit/655570089710304e0648952c65e7aa8ced314af6))
* **deps:** update dependency semantic-release to v21.0.5 ([6413602](https://github.com/cake-lier/scala-library-template/commit/6413602ea53ba2dfec8e8fc68902870f538c2b04))
* **deps:** update dependency semantic-release to v21.0.6 ([34c3eee](https://github.com/cake-lier/scala-library-template/commit/34c3eee97b1b7fe0ed7c7f1e5083ed959b31116a))
* **deps:** update dependency semantic-release to v21.0.7 ([7f8f5db](https://github.com/cake-lier/scala-library-template/commit/7f8f5dba7553476819d285dfa3cac9349e39f6c9))
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ lazy val root = project
scalatest
),
wartremoverErrors ++= Warts.allBut(Wart.ImplicitParameter),
version := "0.0.0",
version := "1.0.0",
coverageMinimumStmtTotal := 80,
coverageMinimumBranchTotal := 80,
headerLicense := Some(HeaderLicense.MIT(
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scala-library-template",
"version": "0.0.0",
"version": "1.0.0",
"description": "",
"main": "",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sonar.projectKey=cake-lier_scala-library-template
sonar.organization=cake-lier
sonar.projectName=scala-library-template
sonar.projectVersion=0.0.0
sonar.projectVersion=1.0.0
sonar.scala.version=3.2
sonar.scala.coverage.reportPaths=target/scala-3.3.0/scoverage-report/scoverage.xml
sonar.sources=src/main/scala
Expand Down

0 comments on commit 21ed40b

Please sign in to comment.