Skip to content

Commit ae62dcc

Browse files
authored
Release 0.12.2 (#612)
Bump version to `0.12.2`
1 parent 350f082 commit ae62dcc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
main
22
------
33

4+
0.12.2
5+
------
6+
7+
* Support Rack 3 and depend on Rack explicitly (#607)
8+
49
0.12.1
510
------
611

lib/ember_cli/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module EmberCli
2-
VERSION = "0.12.1".freeze
2+
VERSION = "0.12.2".freeze
33
end

0 commit comments

Comments
 (0)