Skip to content

Commit

Permalink
Introduce CHANGELOG
Browse files Browse the repository at this point in the history
- Moved `node-sass^3.0.0-alpha.0` to `peerDependencies` [#28](#28)
- Using webpack's module resolver as custom importer [#39](#31)
- Add synchronous compilation support for usage with [enhanced-require](https://github.com/webpack/enhanced-require) [#39](#39)
  • Loading branch information
jhnns committed Mar 22, 2015
1 parent 1671462 commit 866f386
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Changelog
---------

### 1.0.0

- Moved `node-sass^3.0.0-alpha.0` to `peerDependencies` [#28](https://github.com/jtangelder/sass-loader/issues/28)
- Using webpack's module resolver as custom importer [#39](https://github.com/jtangelder/sass-loader/issues/31)
- Add synchronous compilation support for usage with [enhanced-require](https://github.com/webpack/enhanced-require) [#39](https://github.com/jtangelder/sass-loader/pull/39)

0 comments on commit 866f386

Please sign in to comment.