diff --git a/CHANGELOG.md b/CHANGELOG.md index d9398c7..e8dd609 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ### Release Notes +#### 2.0.2 + +- Updated `package-lock.json` for Node.js v14, so it complies with GitHub tests when testing Node.js v14 and upwards. + #### 2.0.1 - Fixed default export. diff --git a/package.json b/package.json index efed8fc..7e677fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sequelize-noupdate-attributes", - "version": "2.0.1", + "version": "2.0.2", "description": "A Sequelize plugin which adds no update and readonly attributes support to models.", "main": "./lib/index.js", "scripts": {