Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
halvardssm committed Oct 31, 2021
1 parent 840a32b commit 26c9adf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Nessie Change Log

## Next
## Version 2.0.4 - 2021-10-31

- Added support for custom seed and migration templates

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion consts.ts
Original file line number Diff line number Diff line change
@@ -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(
Expand Down
2 changes: 1 addition & 1 deletion egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 26c9adf

Please sign in to comment.