From 37f9c50f3d160080d6df28a3c64d76bbb6097494 Mon Sep 17 00:00:00 2001 From: Jeevitha P Date: Mon, 15 Jul 2024 15:24:20 +0530 Subject: [PATCH] release 1.0.2 --- CHANGELOG.md | 9 ++------- package.json | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ccd69e..3f22380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,17 +4,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). The format is based on [Keep a Changelog](http://keepachangelog.com/). -## Version 1.0.2 tbd - -### Changed - -- Changed default namespace regex making it compatible with ORD. - -## Version 1.0.2 +## Version 1.0.2 - 15.07.2024 ### Changed - Changed default namespace from `sap.app` to `customer.` +- Changed default namespace regex making it compatible with ORD. ## Version 1.0.1 - 14.05.2024 diff --git a/package.json b/package.json index 42d8352..e2e048b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cap-js/asyncapi", - "version": "1.0.1", + "version": "1.0.2", "description": "CAP tool for AsyncAPI", "repository": { "type": "git",