Skip to content

Commit 7a23878

Browse files
chore(release): 1.3.3 [skip ci]
## [1.3.3](v1.3.2...v1.3.3) (2018-08-22) ### Bug Fixes * **readme:** added cache busting param ([867e0ae](867e0ae))
1 parent 867e0ae commit 7a23878

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.3.3](https://github.com/basics/code-snippet-to-svg/compare/v1.3.2...v1.3.3) (2018-08-22)
2+
3+
4+
### Bug Fixes
5+
6+
* **readme:** added cache busting param ([867e0ae](https://github.com/basics/code-snippet-to-svg/commit/867e0ae))
7+
18
## [1.3.2](https://github.com/basics/code-snippet-to-svg/compare/v1.3.1...v1.3.2) (2018-08-22)
29

310

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.3.2",
3+
"version": "1.3.3",
44
"description": "service to convert syntax highlighted code into svg by url",
55
"main": "./lib/index.js",
66
"directories": {

0 commit comments

Comments
 (0)