Skip to content

Commit c579261

Browse files
committed
v2.3.32
1 parent ee7f3f1 commit c579261

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

RELEASENOTES.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.3.32 - March 14 2014
2+
3+
### Minor Changes
4+
* [mimosa #441](https://github.com/dbashford/mimosa/issues/441) Allowing dot files through workflows.
5+
* [mimosa-copy #6](https://github.com/dbashford/mimosa-copy/pull/6) Added `php` to list of valid copy extensions.
6+
17
## 2.3.31 - February 11 2014
28

39
### Minor Changes

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mimosa",
33
"preferGlobal": "true",
4-
"version": "2.3.31",
4+
"version": "2.3.32",
55
"homepage": "http://www.mimosa.io",
66
"author": "David Bashford",
77
"description": "A lightning-fast, modular, next generation browser development tool.",
@@ -74,7 +74,7 @@
7474
"mimosa-jshint": "1.1.6",
7575
"mimosa-csslint": "1.2.0",
7676
"mimosa-bower": "1.6.2",
77-
"mimosa-copy": "1.2.0",
77+
"mimosa-copy": "1.3.3",
7878
"mimosa-server": "1.6.1",
7979
"mimosa-live-reload": "1.4.0",
8080
"mimosa-require": "2.3.2"

0 commit comments

Comments
 (0)