Skip to content

Commit 63c754c

Browse files
committed
Fixed package installation
1 parent bbfe1f1 commit 63c754c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This project adheres to [Semantic Versioning](https://semver.org/).
44

5+
## 1.0.3
6+
7+
- Fixed package installation
8+
59
## 1.0.2
610

711
- Recursively get parameters (by SmallNic)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ssm-export-cli",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Export parameters from AWS Systems Manager",
55
"main": "dist/cli.js",
66
"types": "dist/cli.d.ts",

0 commit comments

Comments
 (0)