From 1e60d4d986c5f527228075645aece47e45b36c1b Mon Sep 17 00:00:00 2001 From: Jose Ramirez Date: Tue, 21 Dec 2021 16:42:37 -0300 Subject: [PATCH] Bump to 1.0.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06fa6e6..f555925 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index eeda45f..ea972ce 100644 --- a/package.json +++ b/package.json @@ -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",