From db7945d32b573b0109ee46418c2107f18afc46f9 Mon Sep 17 00:00:00 2001 From: James Wang Date: Wed, 1 May 2019 13:12:09 -0500 Subject: [PATCH] Bump version to 1.2.1 --- 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 3b4ced9f..7dcab416 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.2.1 + * Refine dark mode: better styles, new Bootstrap colors, and a custom select component. ([@nwalters512](https://github.com/nwalters512) in [#279](https://github.com/illinois/queue/pull/279)) * Add TypeScript support to all build tooling; add some basic types to existing code. ([@nwalters512](https://github.com/nwalters512) in [#281](https://github.com/illinois/queue/pull/281)) * Configure Express to know that we're running behind a proxy. ([@nwalters512](https://github.com/nwalters512) in [#284](https://github.com/illinois/queue/pull/284)) diff --git a/package-lock.json b/package-lock.json index 61d559e8..8e971170 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "queue", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1735bfad..b72a53a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "queue", - "version": "1.2.0", + "version": "1.2.1", "description": "", "main": "node server.js", "scripts": {