Skip to content

Commit

Permalink
chore(release): 3.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.1](v3.0.0...v3.0.1) (2021-02-27)

### Bug Fixes

* not putting cjs if module ([fef2c10](fef2c10))
  • Loading branch information
semantic-release-bot committed Feb 27, 2021
1 parent 344eabb commit 958e0f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.0.1](https://github.com/mrvmv/sequelize-mig/compare/v3.0.0...v3.0.1) (2021-02-27)


### Bug Fixes

* not putting cjs if module ([fef2c10](https://github.com/mrvmv/sequelize-mig/commit/fef2c10678a220e0df4879f39f1547f129320a2a))

# [3.0.0](https://github.com/mrvmv/sequelize-mig/compare/v2.8.1...v3.0.0) (2021-02-27)


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": "sequelize-mig",
"version": "3.0.0",
"version": "3.0.1",
"type": "module",
"description": "Sequelize migration generator and es6 init tool",
"main": "index.js",
Expand Down

0 comments on commit 958e0f2

Please sign in to comment.