code-block-writer
Advanced tools
Comparing version 9.1.1 to 9.1.2
@@ -1,5 +0,11 @@ | ||
# Changelog | ||
# Change Log | ||
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. | ||
### [9.1.2](https://github.com/dsherret/code-block-writer/compare/v9.1.1...v9.1.2) (2019-05-15) | ||
### Bug Fixes | ||
* Fix indentation when using a block within a hanging indent. ([b931952](https://github.com/dsherret/code-block-writer/commit/b931952)) | ||
### [9.1.1](https://github.com/dsherret/code-block-writer/compare/v9.1.0...v9.1.1) (2019-05-10) | ||
@@ -6,0 +12,0 @@ |
@@ -128,5 +128,5 @@ "use strict"; | ||
_indentBlockInternal(block) { | ||
this._currentIndentation++; | ||
if (this.getLastChar() != null) | ||
this.newLineIfLastNot(); | ||
this._currentIndentation++; | ||
this._isOnFirstLineOfBlock = true; | ||
@@ -133,0 +133,0 @@ if (block != null) |
{ | ||
"name": "code-block-writer", | ||
"version": "9.1.1", | ||
"version": "9.1.2", | ||
"description": "A simple code writer that assists with formatting and visualizing blocks of code.", | ||
@@ -5,0 +5,0 @@ "main": "dist/code-block-writer.js", |
@@ -0,0 +0,0 @@ code-block-writer |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
105627
11