Skip to content

Commit

Permalink
Release v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Sep 7, 2018
1 parent 6a61fb9 commit f7a1c13
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## [v0.4.2](https://github.com/opal/opal-sprockets/compare/v0.4.1.0.11.0.3.1...v0.4.2.0.11.0.3.1)

*7 September 2018*

- Inline source-maps with their source-contents for better performance and simpler architecture


## [v0.4.1](https://github.com/opal/opal-sprockets/compare/v0.4.0.0.10.0.3.0.0...v0.4.1.0.11.0.3.1)

*30 December 2017*
Expand Down
2 changes: 1 addition & 1 deletion lib/opal/sprockets/version.rb
@@ -1,6 +1,6 @@
module Opal
module Sprockets
BASE_VERSION = '0.4.2.pre.1'
BASE_VERSION = '0.4.2'
OPAL_VERSION = '0.11.0'
SPROCKETS_VERSION = '3.1'
VERSION = "#{BASE_VERSION}.#{OPAL_VERSION}.#{SPROCKETS_VERSION}"
Expand Down

0 comments on commit f7a1c13

Please sign in to comment.