Skip to content

Commit 9ffede0

Browse files
committed
npm: Bump version to 1.1.2
1 parent 76a1511 commit 9ffede0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)