We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd1398 commit 7d5c01aCopy full SHA for 7d5c01a
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.0.2](https://github.com/opal/opal-sprockets/compare/v1.0.1...v1.0.2)
4
+
5
+*24 August 2021*
6
7
+- Fix some off-by-one errors with source-maps by not using a newline for the source-map comment
8
9
10
## [1.0.1](https://github.com/opal/opal-sprockets/compare/v1.0.0...v1.0.1)
11
12
*28 July 2021*
lib/opal/sprockets/version.rb
@@ -1,5 +1,5 @@
module Opal
module Sprockets
- VERSION = '1.0.1'
+ VERSION = '1.0.2'
end
0 commit comments