Skip to content

Commit 404995d

Browse files
authored
Merge pull request #32 from uw-asa/shadowimmage/issue25
Release candidate - v2.4.3
2 parents 3d685a0 + 8981367 commit 404995d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Changes
22

3-
## [2021-10-15] 2.4.2
3+
## [2021-10-15] Version 2.4.3
44

55
- Added HRC rooms [#25](https://github.com/uw-asa/uw-slack-r25-bot/issues/25)
6+
7+
## [2021-10-15] 2.4.2
8+
69
- Update Node runtime support [#30](https://github.com/uw-asa/uw-slack-r25-bot/issues/30)
710
- Added support for Node 14.x
811
- Dropped support for Node 10.x

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uw-slackr25",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"description": "AWS/Lambda Function to allow access to R25 room reservation time data from Slack",
55
"main": "handler.js",
66
"directories": {

utils/spaces.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@
109109
"GWN 301": "4835",
110110
"HCK 132": "4843",
111111
"HCK 320": "5915",
112+
"HRC 135": "7333",
113+
"HRC 145": "7334",
114+
"HRC 155": "7335",
112115
"JHN 022": "5906",
113116
"JHN 026": "5907",
114117
"JHN 075": "5911",

0 commit comments

Comments
 (0)