Skip to content

Commit 69840b5

Browse files
committed
chore(release): 1.3.2 [skip ci]
1 parent 73de9ad commit 69840b5

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### [1.3.2](https://github.com/simonecorsi/declarative-markdown/compare/1.3.1...1.3.2) (2021-10-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **table:** rows are now correctly string[][] ([73de9ad](https://github.com/simonecorsi/declarative-markdown/commit/73de9ad97c9e01702526450439af50a31747eeb2))
7+
18
### [1.3.1](https://github.com/simonecorsi/declarative-markdown/compare/1.3.0...1.3.1) (2021-10-08)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scdev/declarative-markdown",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "This packages aims to help you generate markdown in a declarative way!",
55
"main": "./dist/index.js",
66
"types": "./types/index.d.ts",

0 commit comments

Comments
 (0)