Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 7069be7

Browse files
committed
Update the gem version to 0.9.9
1 parent f3e9e9a commit 7069be7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## requirejs-rails changelog
44

5+
### v0.9.9
6+
7+
- Fix an asset digesting regression in #238 (credit @jonhyman).
8+
- Update `require.js` and `r.js` to `2.1.19`.
9+
510
### v0.9.8
611

712
- Fix a bad regression and yank v0.9.7.

lib/requirejs/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Requirejs
22
module Rails
3-
Version = "0.9.8"
3+
Version = "0.9.9"
44
LibVersion = "2.1.19"
55
end
66
end

0 commit comments

Comments
 (0)