Skip to content
This repository was archived by the owner on Jul 17, 2020. It is now read-only.

Commit 9aba68d

Browse files
committed
Release v1.6.2
1 parent 188a4ad commit 9aba68d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

HISTORY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [v1.6.2]
2+
> Oct 14, 2016
3+
4+
- [#11] - Fix `rails generate npm_pipeline:gulp` not giving a working setup. ([@aka-cronos])
5+
6+
[v1.6.2]: https://github.com/rstacruz/npm-pipeline-rails/compare/v1.6.1...v1.6.2
7+
18
## [v1.6.1]
29
> May 27, 2016
310
@@ -85,3 +92,5 @@
8592
[@jasontorres]: https://github.com/jasontorres
8693
[@victorsolis]: https://github.com/victorsolis
8794
[@mikker]: https://github.com/mikker
95+
[#11]: https://github.com/rstacruz/npm-pipeline-rails/issues/11
96+
[@aka-cronos]: https://github.com/aka-cronos

lib/npm-pipeline-rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module NpmPipelineRails
2-
VERSION = '1.6.1'
2+
VERSION = '1.6.2'
33
end

0 commit comments

Comments
 (0)