Skip to content

Commit

Permalink
bump to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
halvardssm committed Oct 30, 2021
1 parent e8939f5 commit e8810cc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Nessie Change Log

## Version Next
## Version 2.0.3 - 2021-10-30

- Deno v1.15.3
- Deno std v0.113.0
- Cliffy v0.20.0
- Improved readme

## Version 2.0.2 - 2021-09-28

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.2
NESSIE_VERSION=2.0.3
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.2";
export const VERSION = "2.0.3";

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.2",
"version": "2.0.3",
"stable": true,
"repository": "https://github.com/halvardssm/deno-nessie",
"files": [
Expand Down

0 comments on commit e8810cc

Please sign in to comment.