diff --git a/CHANGELOG.md b/CHANGELOG.md index 20ab8a3f..c2b4cdfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ with the current semantic version and the next changes should go under a **[Next ## [Next] +## v1.0.3 + * Add user-facing warning about socket errors to help track down [#241](https://github.com/illinois/queue/issues/241). ([@nwalters512](https://github.com/nwalters512) in [#250](https://github.com/illinois/queue/pull/250)) * Fix staff names not showing up on answering badges. ([@james9909](https://github.com/james9909) in [#249](https://github.com/illinois/queue/pull/249)) diff --git a/package-lock.json b/package-lock.json index de046f75..b5acdc7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "queue", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 263cbc24..441b9dcb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "queue", - "version": "1.0.2", + "version": "1.0.3", "description": "", "main": "node server.js", "scripts": {