Skip to content

Commit

Permalink
Bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0xslipk committed Dec 21, 2021
1 parent b233676 commit 1e60d4d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.0.0
Published by **[jarcodallo](https://github.com/jarcodallo)** on **2021/05/11**
- [#56](https://github.com/jarcodallo/fastify-objectionjs/pull/56) Use objectionjs v3

## BREAKING CHANGE
- Dropped support for node < 12
- Upgrade objection from 2.x to 3.0 [see](https://vincit.github.io/objection.js/release-notes/migration.html#migration-from-objection-2-x-to-3-0)

## 0.4.0
Published by **[jarcodallo](https://github.com/jarcodallo)** on **2021/05/11**
- [#51](https://github.com/jarcodallo/fastify-objectionjs/pull/51) Add types
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": "fastify-objectionjs",
"version": "1.0.0-beta.1",
"version": "1.0.0",
"description": "fastify-objectionjs is a plugin for the Fastify framework that provides integration with objectionjs ORM",
"main": "plugin.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 1e60d4d

Please sign in to comment.