From fcd340fa154a0482d9d9fc803716aaafbaa31f1e Mon Sep 17 00:00:00 2001 From: James Wang Date: Sun, 8 Dec 2019 21:30:57 -0600 Subject: [PATCH] Bump version to 1.4.1 --- CHANGELOG.md | 5 ++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fde5a829..e6bd04d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,10 @@ When a new version is tagged, the changes since the last deploy should be labele with the current semantic version and the next changes should go under a **[Next]** header. ## [Next] -* Fix question feedback submission. ([@james9909](https://github.com/jamse9909) in [#299](https://github.com/illinois/queue/pull/29)) + +## v1.4.1 + +* Fix question feedback submission. ([@james9909](https://github.com/jamse9909) in [#299](https://github.com/illinois/queue/pull/299)) ## v1.4.0 * Created a course settings page, which allows for unlisted courses and removal of the question feedback modal. ([@rittikaadhikari](https://github.com/rittikaadhikari) in [#293](https://github.com/illinois/queue/pull/293)) diff --git a/package-lock.json b/package-lock.json index 88a70441..723ba1f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "queue", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 20af53d4..2f0855ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "queue", - "version": "1.4.0", + "version": "1.4.1", "description": "", "main": "node server.js", "scripts": {