Skip to content

Commit a611773

Browse files
committed
chore(release): 1.1.15
1 parent 9089b39 commit a611773

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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="1.1.15"></a>
6+
## [1.1.15](https://github.com/MickL/ts-image-processing/compare/v1.1.14...v1.1.15) (2019-04-11)
7+
8+
9+
510
<a name="1.1.14"></a>
611
## [1.1.14](https://github.com/MickL/ts-image-processing/compare/v1.1.13...v1.1.14) (2019-04-08)
712

package-lock.json

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-image-processor",
3-
"version": "1.1.14",
3+
"version": "1.1.15",
44
"description": "Resize and rotate images with TypeScript/Angular",
55
"main": "build/main/index.js",
66
"typings": "build/main/index.d.ts",
@@ -30,7 +30,7 @@
3030
"version": "standard-version",
3131
"reset": "git clean -dfx && git reset --hard && npm i",
3232
"clean": "trash build test",
33-
"all": "run-s cov:check doc:html",
33+
"all": "run-s doc:html",
3434
"prepare-release": "run-s build && run-s all version"
3535
},
3636
"scripts-info": {

0 commit comments

Comments
 (0)