diff --git a/CHANGELOG.md b/CHANGELOG.md index 019112fb..c7f4621e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ 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] + +## v1.3.0 * Add button to download all queue data for a course. ([@jackieo5023](https://github.com/jackieo5023) in [#290](https://github.com/illinois/queue/pull/290)) ## v1.2.1 diff --git a/package-lock.json b/package-lock.json index 8e971170..6d2d07a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "queue", - "version": "1.2.1", + "version": "1.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b72a53a3..cbb661fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "queue", - "version": "1.2.1", + "version": "1.3.0", "description": "", "main": "node server.js", "scripts": {