Skip to content

Commit

Permalink
chore(release): 0.10.1-alpha.1
Browse files Browse the repository at this point in the history
## @cloudgraph/policy-pack-aws-cis-1.2.0 [0.10.1-alpha.1](https://github.com/cloudgraphdev/cloudgraph-policy-packs/compare/@cloudgraph/[email protected]...@cloudgraph/[email protected]) (2022-04-26)

### Bug Fixes

* rename vpc flowLogs connection to FlowLog ([c31e985](c31e985))
* Updated policy field for S3 schema ([dc3d6c8](dc3d6c8))
  • Loading branch information
semantic-release-bot committed Apr 26, 2022
1 parent 3f0f80b commit 37317f6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
8 changes: 8 additions & 0 deletions src/aws/cis-1.2.0/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## @cloudgraph/policy-pack-aws-cis-1.2.0 [0.10.1-alpha.1](https://github.com/cloudgraphdev/cloudgraph-policy-packs/compare/@cloudgraph/[email protected]...@cloudgraph/[email protected]) (2022-04-26)


### Bug Fixes

* rename vpc flowLogs connection to FlowLog ([c31e985](https://github.com/cloudgraphdev/cloudgraph-policy-packs/commit/c31e985b4a2623fb01f8a29a4c5897becb2e4905))
* Updated policy field for S3 schema ([dc3d6c8](https://github.com/cloudgraphdev/cloudgraph-policy-packs/commit/dc3d6c8b4b7e22ba58c1394d0b64e866ab3de519))

# @cloudgraph/policy-pack-aws-cis-1.2.0 [0.10.0](https://gitlab.com/auto-cloud/cloudgraph/policy-packs/compare/@cloudgraph/[email protected]...@cloudgraph/[email protected]) (2022-04-01)


Expand Down
9 changes: 5 additions & 4 deletions src/aws/cis-1.2.0/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudgraph/policy-pack-aws-cis-1.2.0",
"description": "Policy pack implementing CIS Amazon Web Services Foundations 1.2.0 Benchmark",
"version": "0.10.0",
"version": "0.10.1-alpha.1",
"author": "AutoCloud",
"license": "MPL-2.0",
"main": "dist/index.js",
Expand Down Expand Up @@ -54,10 +54,11 @@
"singleQuote": true
},
"scripts": {
"build": "yarn prepublish",
"build": "yarn clean && tsc -b",
"clean": "rm -rf dist",
"lint": "eslint",
"prepack": "rm -rf dist && tsc -b",
"prepublish": "rm -rf dist && tsc",
"prepack": "",
"prepublish": "",
"publish": "yarn npm publish",
"test": "NODE_ENV=test jest"
}
Expand Down

0 comments on commit 37317f6

Please sign in to comment.