From 1968fe0ef8eae05b24c163ea52fde9e438eabda7 Mon Sep 17 00:00:00 2001 From: Adithya Date: Sat, 18 Jul 2020 14:53:43 +0530 Subject: [PATCH] Bump version to 2.1.2 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62c4108..78cba63 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ https://www.npmjs.com/package/ssm-parameter-store ## Changelog -#### `2.1.1` +#### `2.1.2` - Take an SSM parameter store instance as a constructor parameter instead of initializing it within the package. diff --git a/package.json b/package.json index be6c278..94aafe4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ssm-parameter-store", - "version": "2.1.1", + "version": "2.1.2", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": "https://github.com/tallpants/ssm-parameter-store",