From 181ab4bb716bbca5dc0650735ea54645b7005bb7 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Mon, 23 Sep 2024 16:04:27 +0000 Subject: [PATCH] chore(release): 0.1.1 [skip ci] --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aedf9d2..c0a6a59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ -# 0.1.0 (2024-09-23) +## [0.1.1](https://github.com/oclif/core/compare/0.1.0...0.1.1) (2024-09-23) + + +### Bug Fixes + +* rename makeTable to printTable ([4d7a229](https://github.com/oclif/core/commit/4d7a229270750693e29c6474bc7615747a1dd4ee)) + + + +# [0.1.0](https://github.com/oclif/core/compare/20dd4c0451f6866557845da4e515cbaf1de50f20...0.1.0) (2024-09-23) ### Bug Fixes diff --git a/package.json b/package.json index 93bbb0c..88bc599 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/table", "description": "Display table in terminal", - "version": "0.1.0", + "version": "0.1.1", "author": "Salesforce", "bugs": "https://github.com/oclif/multi-stage-output/issues", "dependencies": {