Skip to content

Commit 335d019

Browse files
committed
Version bump (v.0.3.0)
1 parent 7149959 commit 335d019

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,13 @@ Now you have a `./dist` folder with all your scripts and stylesheets concatenate
110110

111111
## Changelog
112112

113+
### V.0.3
114+
115+
**0.3.0**:
116+
117+
- Adding Sass as CSS preprocessor alternative (Thanks to [@ajoslin](https://github.com/ajoslin)'s PR[#2](https://github.com/klei/slush-angular/pull/2))
118+
- Adding `.tmp/` to the generated project's .gitignore ([#3](https://github.com/klei/slush-angular/pull/3))
119+
113120
### V.0.2
114121

115122
**0.2.0**:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "slush-angular",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "A slush generator for AngularJS using the Google Angular App Structure Recommendations",
55
"main": "slushfile.js",
66
"scripts": {

0 commit comments

Comments
 (0)