diff --git a/CHANGELOG.md b/CHANGELOG.md index 668f204..0c39afe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.2](https://github.com/oclif/table/compare/0.2.1...0.2.2) (2024-10-25) + + +### Bug Fixes + +* handle negative margins ([#31](https://github.com/oclif/table/issues/31)) ([5c6395f](https://github.com/oclif/table/commit/5c6395fedaca7899cf18288a0d2f627446b668c2)) + + + ## [0.2.1](https://github.com/oclif/table/compare/0.2.0...0.2.1) (2024-10-23) diff --git a/package.json b/package.json index 733f853..7b6a482 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/table", "description": "Display table in terminal", - "version": "0.2.1", + "version": "0.2.2", "author": "Salesforce", "bugs": "https://github.com/oclif/table/issues", "dependencies": {