From 26c9adf132795def829e3896071608d2296f081b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halvard=20M=C3=B8rstad?= Date: Sun, 31 Oct 2021 10:07:52 +0000 Subject: [PATCH] bump --- CHANGELOG.md | 2 +- Makefile | 2 +- consts.ts | 2 +- egg.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd28d11..712b379 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Nessie Change Log -## Next +## Version 2.0.4 - 2021-10-31 - Added support for custom seed and migration templates diff --git a/Makefile b/Makefile index 123c3f2..a92085a 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ DB_MYSQL_PORT=5001 DB_USER=root DB_PWD=pwd DB_NAME=nessie -NESSIE_VERSION=2.0.3 +NESSIE_VERSION=2.0.4 DENO_VERSION=1.15.3 DOCKER_IMAGE=halvardm/nessie diff --git a/consts.ts b/consts.ts index 46dceea..b11dc5c 100644 --- a/consts.ts +++ b/consts.ts @@ -1,6 +1,6 @@ import { bold, yellow } from "./deps.ts"; -export const VERSION = "2.0.3"; +export const VERSION = "2.0.4"; export const SPONSOR_NOTICE = bold( yellow( diff --git a/egg.json b/egg.json index fa08008..dd5bd10 100644 --- a/egg.json +++ b/egg.json @@ -2,7 +2,7 @@ "$schema": "https://x.nest.land/eggs@0.3.8/src/schema.json", "name": "Nessie", "description": "A modular database migration module for Deno.", - "version": "2.0.3", + "version": "2.0.4", "stable": true, "repository": "https://github.com/halvardssm/deno-nessie", "files": [