Skip to content

Commit ea1985b

Browse files
committed
Bump version to 1.1.0
1 parent b0b2cdb commit ea1985b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ with the current semantic version and the next changes should go under a **[Next
77

88
## [Next]
99

10+
## v1.1.0
11+
1012
* Add page for admin management. ([@nwalters512](https://github.com/nwalters512) in [#265](https://github.com/illinois/queue/pull/265))
1113
* Update all dependencies. ([@nwalters512](https://github.com/nwalters512) in [#267](https://github.com/illinois/queue/pull/267))
1214
* Fix attributes missing from the GET queue endpoint. ([@james9909](https://github.com/james9909) in [#268](https://github.com/illinois/queue/pull/268))

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "queue",
3-
"version": "1.0.5",
3+
"version": "1.1.0",
44
"description": "",
55
"main": "node server.js",
66
"scripts": {

0 commit comments

Comments
 (0)