Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plumdog committed Feb 26, 2020
1 parent 95984b4 commit e923054
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
### Changelog

#### 1.0.0

> 26 February 2020
- Initial source code [`dbe82f2`](https://github.com/isotoma/sops-secretsmanager-cdk/commit/dbe82f223e7fd57893717bf468f6f9f76a25e496)
- Script and dependencies for versioning [`d8e03c5`](https://github.com/isotoma/sops-secretsmanager-cdk/commit/d8e03c53c3f650b21af5f2397f973f1db9e78ba7)
- Initial commit [`9ab88b4`](https://github.com/isotoma/sops-secretsmanager-cdk/commit/9ab88b480531d1fff20d9fce855ceec74e04275b)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sops-secretsmanager-cdk",
"version": "0.0.0",
"version": "1.0.0",
"scripts": {
"postinstall": "npm run tsc && npm run get-sops",
"get-sops": "wget https://github.com/mozilla/sops/releases/download/v3.5.0/sops-v3.5.0.linux -O ./provider/sops && chmod a+x ./provider/sops",
Expand Down

0 comments on commit e923054

Please sign in to comment.