From 910209fb4ee957881b762f2deb93c4b78b476808 Mon Sep 17 00:00:00 2001 From: James Wang Date: Tue, 9 Apr 2019 23:11:31 -0500 Subject: [PATCH] Bump version to 1.0.5 --- CHANGELOG.md | 2 ++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be933e91..79dc6393 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.5 + * Fix logic for filtering confidential questions. ([@james9909](https://github.com/james9909) in [#257](https://github.com/illinois/queue/pull/257)) * Add logging for new socket initialization error. ([@nwalters512](https://github.com/nwalters512) in [#258](https://github.com/illinois/queue/pull/258)) * Remove unused style tag. ([@nwalters512](https://github.com/nwalters512) in [#259](https://github.com/illinois/queue/pull/259)) diff --git a/package-lock.json b/package-lock.json index 561c6f18..554156f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "queue", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6a51f5f1..0d5d5967 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "queue", - "version": "1.0.4", + "version": "1.0.5", "description": "", "main": "node server.js", "scripts": {