Skip to content

Commit

Permalink
Prepare for 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Oct 22, 2020
1 parent aa2a31a commit dfcbaac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.6.5

* Add file to follow `Bundler.require` convention.

## v0.6.4

* Add support for ExecJS.
Expand Down
2 changes: 1 addition & 1 deletion lib/sprockets-commoner.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# frozen_string_literal: true

require 'sprockets/commoner'
require 'sprockets/commoner'
2 changes: 1 addition & 1 deletion lib/sprockets/commoner/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Sprockets
module Commoner
VERSION = '0.6.4'
VERSION = '0.6.5'
end
end

0 comments on commit dfcbaac

Please sign in to comment.