Skip to content

Commit fcd340f

Browse files
committed
Bump version to 1.4.1
1 parent d4666d9 commit fcd340f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ When a new version is tagged, the changes since the last deploy should be labele
66
with the current semantic version and the next changes should go under a **[Next]** header.
77

88
## [Next]
9-
* Fix question feedback submission. ([@james9909](https://github.com/jamse9909) in [#299](https://github.com/illinois/queue/pull/29))
9+
10+
## v1.4.1
11+
12+
* Fix question feedback submission. ([@james9909](https://github.com/jamse9909) in [#299](https://github.com/illinois/queue/pull/299))
1013

1114
## v1.4.0
1215
* 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))

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "queue",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "",
55
"main": "node server.js",
66
"scripts": {

0 commit comments

Comments
 (0)