Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #398 from rsksmart/release/v1.1.0-dev.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AuHau authored Nov 18, 2020
2 parents b0dfb4c + e0cfd53 commit 0c3b92c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="1.1.0-dev.1"></a>
# [1.1.0-dev.1](https://github.com/rsksmart/rif-marketplace-cache/compare/v1.1.0-dev.0...v1.1.0-dev.1) (2020-11-16)


### Bug Fixes

* gather also js migrations ([d2fafde](https://github.com/rsksmart/rif-marketplace-cache/commit/d2fafde))



<a name="1.1.0-dev.0"></a>
# [1.1.0-dev.0](https://github.com/rsksmart/rif-marketplace-cache/compare/v1.0.0...v1.1.0-dev.0) (2020-11-16)

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": "@rsksmart/rif-marketplace-cache",
"version": "1.1.0-dev.0",
"version": "1.1.0-dev.1",
"description": "Caching server for RIF Marketplace",
"keywords": [
"RIF",
Expand Down
2 changes: 1 addition & 1 deletion src/migrations/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default class Migration {
migrations: {
path: path.resolve(__dirname, './scripts'),
params: [sequelize.getQueryInterface(), sequelize],
pattern: /^\d+[\w-]+\.ts$/
pattern: /^\d+[\w-]+\.(ts|js)$/
}
})
}
Expand Down

0 comments on commit 0c3b92c

Please sign in to comment.