From a9fbacca859b5f7bcb33fefdc36af1061111c813 Mon Sep 17 00:00:00 2001 From: Eric Newport Date: Sat, 26 Sep 2020 19:23:30 -0400 Subject: [PATCH] 0.5.4 - Closed https://github.com/rooseveltframework/teddy/issues/412 - Closed https://github.com/rooseveltframework/teddy/pull/418 - Closed many unreported bugs. - Wrote a test for https://github.com/rooseveltframework/teddy/issues/404 - Wrote a test for https://github.com/rooseveltframework/teddy/issues/357 but upon further investigation now consider it a wontfix. - Various dependencies bumped. --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a41fca3b..92dc762f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ - Put your changes here... +## 0.5.4 + +- Closed https://github.com/rooseveltframework/teddy/issues/412 +- Closed https://github.com/rooseveltframework/teddy/pull/418 +- Closed many unreported bugs. +- Wrote a test for https://github.com/rooseveltframework/teddy/issues/404 +- Wrote a test for https://github.com/rooseveltframework/teddy/issues/357 but upon further investigation now consider it a wontfix. +- Various dependencies bumped. + ## 0.5.3 - Fixed some Windows-exclusive bugs related to how newlines are parsed in Windows vs. other operating systems. diff --git a/package-lock.json b/package-lock.json index eb3ea7b0..a226ec7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "teddy", - "version": "0.5.3", + "version": "0.5.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e57d5dbf..38ba4b07 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "https://github.com/rooseveltframework/teddy/graphs/contributors" } ], - "version": "0.5.3", + "version": "0.5.4", "files": [ "dist/teddy.js" ],