From 9d3045a498387a5d33b16d1254634566ee6f2a36 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Wed, 23 Oct 2024 20:51:26 +0000 Subject: [PATCH] chore(release): 0.2.1 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98622a1..668f204 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.1](https://github.com/oclif/table/compare/0.2.0...0.2.1) (2024-10-23) + + +### Bug Fixes + +* handle no data ([90257fe](https://github.com/oclif/table/commit/90257fe9031b083a76e69559521afb09b5fcfb45)) + + + # [0.2.0](https://github.com/oclif/table/compare/0.1.24...0.2.0) (2024-10-22) diff --git a/package.json b/package.json index 5cf3b9f..733f853 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/table", "description": "Display table in terminal", - "version": "0.2.0", + "version": "0.2.1", "author": "Salesforce", "bugs": "https://github.com/oclif/table/issues", "dependencies": {