From d27b913fe20dce8ef8fe14091e00f9869516606a Mon Sep 17 00:00:00 2001 From: Seth Livingston Date: Wed, 21 Sep 2022 09:11:48 -0500 Subject: [PATCH] v1.1.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc5a7d3..a93daaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.1] - 2022-09-21 + +### Updated + +- Merged a dependabot alert that got left behind on the previous release + ## [1.1.0] - 2022-09-21 ### Added diff --git a/package.json b/package.json index d0241e7..f8e8b27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@moovio/node", - "version": "1.1.0", + "version": "1.1.1", "description": "Node SDK for the Moov API and Dashboard", "module": "dist/mjs/index.js", "main": "dist/cjs/index.js",