Skip to content

Commit 6eca8ff

Browse files
committed
chore(release): 6.9.0
1 parent 9119043 commit 6eca8ff

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="6.9.0"></a>
6+
# [6.9.0](https://github.com/dsherret/code-block-writer/compare/v6.8.0...v6.9.0) (2018-04-03)
7+
8+
9+
### Features
10+
11+
* Add .blankLineIfLastNotBlankLine() ([9119043](https://github.com/dsherret/code-block-writer/commit/9119043))
12+
* Add isLastBlankLine(). ([1dec5aa](https://github.com/dsherret/code-block-writer/commit/1dec5aa))
13+
14+
15+
516
<a name="6.8.0"></a>
617
# [6.8.0](https://github.com/dsherret/code-block-writer/compare/v6.7.2...v6.8.0) (2018-04-03)
718

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-block-writer",
3-
"version": "6.8.0",
3+
"version": "6.9.0",
44
"description": "A simple code writer that assists with formatting and visualizing blocks of code.",
55
"main": "dist/code-block-writer.js",
66
"typings": "dist/code-block-writer.d.ts",

0 commit comments

Comments
 (0)