Skip to content

Commit

Permalink
Bumped version to 2.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
diosney committed Jun 30, 2024
1 parent e05852c commit 8cd3244
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
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-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": {
Expand Down

0 comments on commit 8cd3244

Please sign in to comment.