We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbfe1f1 commit 63c754cCopy full SHA for 63c754c
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
This project adheres to [Semantic Versioning](https://semver.org/).
4
5
+## 1.0.3
6
+
7
+- Fixed package installation
8
9
## 1.0.2
10
11
- Recursively get parameters (by SmallNic)
package.json
@@ -1,6 +1,6 @@
1
{
"name": "ssm-export-cli",
- "version": "1.0.2",
+ "version": "1.0.3",
"description": "Export parameters from AWS Systems Manager",
"main": "dist/cli.js",
"types": "dist/cli.d.ts",
0 commit comments