不要怂,就是干,撸起袖子干!

Commit 532020ae by Sascha Depold

0.3.0

1 parent a8f6348f
Showing with 6 additions and 3 deletions
...@@ -30,4 +30,7 @@ ...@@ -30,4 +30,7 @@
- fixed npm package - fixed npm package
# 0.2.6 # # 0.2.6 #
- refactored Sequelize to fit CommonJS module conventions - refactored Sequelize to fit CommonJS module conventions
\ No newline at end of file
# 0.3.0 #
- added possibility to define class and instance methods for models
\ No newline at end of file
{ {
"name": "sequelize", "name": "sequelize",
"description": "MySQL ORM for Node.JS", "description": "MySQL ORM for Node.JS",
"version": "0.2.6", "version": "0.3.0",
"author": "Sascha Depold <sascha-github@depold.com>", "author": "Sascha Depold <sascha-github@depold.com>",
"contributors": [ "contributors": [
{ "name": "Sascha Depold", "email": "sascha-github@depold.com" } { "name": "Sascha Depold", "email": "sascha-github@depold.com" }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!