Skip to content

Commit

Permalink
fix format and update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandar Stojanov <[email protected]>
  • Loading branch information
losisin committed Dec 25, 2023
1 parent 01af151 commit b41a929
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Add `gcp:compute:BackendService` policy (#3).
- Add integration tests (#3).

### Chaged

- Update README.md (#2).
Expand Down
4 changes: 2 additions & 2 deletions __tests__/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * as cloudRun from "./cloudrun/index"
export * as compute from "./compute/index"
export * as cloudRun from './cloudrun/index'
export * as compute from './compute/index'
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0

0 comments on commit b41a929

Please sign in to comment.