Skip to content

Commit

Permalink
0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
emirotin committed Jan 16, 2017
1 parent f016f2c commit 082460c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.8.4

* Migration files other than `.js` and `.coffee` **will be skipped**, along with dotfiles

## 0.8.3
Expand All @@ -9,7 +11,7 @@ It's important to do to ensure the migrtions collection is in valid state which
## 0.8.2

* Added a new machine-friendly `code` to the result in case of skipped migrations
* fix the regression when the migrations would be recorded multiple times
* fix the regression when the migrations would be recorded multiple times

## 0.8.1

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb-migrations",
"version": "0.8.3",
"version": "0.8.4",
"description": "A migration framework for MongoDB",
"main": "lib/mongodb-migrations.js",
"scripts": {
Expand Down

0 comments on commit 082460c

Please sign in to comment.