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",