Skip to content

Commit 7d5c01a

Browse files
committed
Release v1.0.2
1 parent 3bd1398 commit 7d5c01a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## [1.0.1](https://github.com/opal/opal-sprockets/compare/v1.0.0...v1.0.1)
411

512
*28 July 2021*

lib/opal/sprockets/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Opal
22
module Sprockets
3-
VERSION = '1.0.1'
3+
VERSION = '1.0.2'
44
end
55
end

0 commit comments

Comments
 (0)