Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juanhapes committed May 8, 2020
1 parent bc7796f commit 63830c5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.2.0] - 2020-05-08
### Added
- Serverless function getter
- TTL indexes support
Expand Down
1 change: 0 additions & 1 deletion lib/mongodb-index-creator.js
Expand Up @@ -10,7 +10,6 @@ const Indexes = require('./helpers/indexes');
const Schemas = require('./helpers/schemas');
const Results = require('./helpers/results');


class MongodbIndexCreator {

constructor(schemasPath) {
Expand Down
3 changes: 2 additions & 1 deletion lib/serverless-function.js
Expand Up @@ -11,4 +11,5 @@ module.exports = [
description: 'MongoDB Indexes Creation Lambda',
timeout: 60,
package: { include: ['schemas/mongo/**'] }
}];
}
];
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@janiscommerce/mongodb-index-creator",
"version": "1.1.3",
"version": "1.2.0",
"description": "A package for build MongoDB indexes",
"main": "lib/mongodb-index-creator.js",
"bin": {
Expand Down

0 comments on commit 63830c5

Please sign in to comment.