diff --git a/CHANGELOG.md b/CHANGELOG.md index e1aca40..74bfd33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] + +## [0.0.42] 2023-08-19 ### Fixed - Fix getting the service name for SST services diff --git a/package.json b/package.json index 03f8b8e..a1dcacf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@baselime/cdk", - "version": "0.0.41", + "version": "0.0.42", "description": "Define your observability as code using the AWS CDK", "main": "dist/index.js", "types": "dist/index.d.ts",