Skip to content

Commit db90de9

Browse files
committed
Release v0.11.1
1 parent c5dc9ec commit db90de9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/changelog/0.11.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.11.1
1+
## 0.11.1 ([commit log](https://github.com/japgolly/scalajs-react/compare/v0.11.0...v0.11.1))
22

33
* `extra.ReusableFn` is now contravariant in inputs and covariant in outputs like normal functions.
44
* Upgrade Monocle to 1.2.1, for official Scala.JS support.

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ object ScalajsReact extends Build {
2929
_.enablePlugins(ScalaJSPlugin)
3030
.settings(
3131
organization := "com.github.japgolly.scalajs-react",
32-
version := "0.11.1-SNAPSHOT",
32+
version := "0.11.1",
3333
homepage := Some(url("https://github.com/japgolly/scalajs-react")),
3434
licenses += ("Apache-2.0", url("http://opensource.org/licenses/Apache-2.0")),
3535
scalaVersion := Ver.Scala211,

0 commit comments

Comments
 (0)