Skip to content

Commit 7c01adc

Browse files
chore(release): 1.5.1 [skip ci]
## [1.5.1](v1.5.0...v1.5.1) (2018-08-24) ### Bug Fixes * **eslint:** auto fix ([26af0a5](26af0a5)) * **regexp:** remove useless-escape ([fd0caa0](fd0caa0)) * **svg:** preserve aspect ratio and do not scale on mobile ([8c0fbae](8c0fbae))
1 parent 26af0a5 commit 7c01adc

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.5.1](https://github.com/basics/code-snippet-to-svg/compare/v1.5.0...v1.5.1) (2018-08-24)
2+
3+
4+
### Bug Fixes
5+
6+
* **eslint:** auto fix ([26af0a5](https://github.com/basics/code-snippet-to-svg/commit/26af0a5))
7+
* **regexp:** remove useless-escape ([fd0caa0](https://github.com/basics/code-snippet-to-svg/commit/fd0caa0))
8+
* **svg:** preserve aspect ratio and do not scale on mobile ([8c0fbae](https://github.com/basics/code-snippet-to-svg/commit/8c0fbae))
9+
110
# [1.5.0](https://github.com/basics/code-snippet-to-svg/compare/v1.4.0...v1.5.0) (2018-08-23)
211

312

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-basics/code-snippet-to-svg",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "service to convert syntax highlighted code into svg by url",
55
"main": "./lib/index.js",
66
"directories": {

0 commit comments

Comments
 (0)