Skip to content

Commit

Permalink
v0.0.38
Browse files Browse the repository at this point in the history
  • Loading branch information
boristane committed Jun 25, 2023
1 parent 3b32d67 commit 6f259aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [0.0.38] 2023-06-25
### Fixed
- Fixed the type of a query group by to be optional

## [0.0.37] 2023-06-25
### Added
- Added inline docs to the Baselime configuration
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baselime/cdk",
"version": "0.0.37",
"version": "0.0.38",
"description": "Define your observability as code using the AWS CDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 6f259aa

Please sign in to comment.