Skip to content

Commit 13290cb

Browse files
committed
version bump to v5.0.12
1 parent 0c73f8e commit 13290cb

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "airhorn-mono",
3-
"version": "5.0.11",
3+
"version": "5.0.12",
44
"description": "Cloud Notification Library",
55
"repository": "https://github.com/jaredwray/airhorn.git",
66
"author": "Jared Wray <me@jaredwray.com>",

packages/airhorn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "airhorn",
3-
"version": "5.0.11",
3+
"version": "5.0.12",
44
"description": "Cloud Notification Library",
55
"type": "module",
66
"main": "./dist/index.js",

packages/aws/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@airhornjs/aws",
3-
"version": "5.0.11",
3+
"version": "5.0.12",
44
"description": "AWS SNS and SES provider for Airhorn",
55
"type": "module",
66
"main": "./dist/index.js",

packages/azure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@airhornjs/azure",
3-
"version": "5.0.11",
3+
"version": "5.0.12",
44
"description": "Azure provider for Airhorn",
55
"license": "MIT",
66
"author": "Jared Wray <me@jaredwray.com>",

packages/twilio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@airhornjs/twilio",
3-
"version": "5.0.11",
3+
"version": "5.0.12",
44
"description": "Twilio SMS and SendGrid Email provider for Airhorn notification system",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)