Skip to content

Commit 2a0b128

Browse files
committed
Bump version to 1.4.0
1 parent d8da554 commit 2a0b128

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ 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+
10+
## v1.4.0
911
* 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))
1012

1113
* Handle disabled button states in dark mode ([@nwalters512](https://github.com/nwalters512) in [#294](https://github.com/illinois/queue/pull/294))

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.3.0",
3+
"version": "1.4.0",
44
"description": "",
55
"main": "node server.js",
66
"scripts": {

0 commit comments

Comments
 (0)