File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,13 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## 1.1.2
8+ ### Fixed
9+ - Fixed ` addCircularImage() ` adding the circular clip in the wrong center.
10+
711## 1.1.1
812### Fixed
9- - Fixed ` addCircularImage() ` not adding a circule clip before adding the image.
13+ - Fixed ` addCircularImage() ` not adding a circular clip before adding the image.
1014
1115## 1.1.0
1216### Added
Original file line number Diff line number Diff line change 11{
22 "name" : " canvas-constructor" ,
3- "version" : " 1.1.1 " ,
3+ "version" : " 1.1.2 " ,
44 "description" : " A ES6 class for node-canvas with built-in functions and chained methods." ,
55 "main" : " index" ,
66 "types" : " typings/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments