Skip to content

Commit

Permalink
v2.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chearon committed Mar 28, 2023
1 parent 9910243 commit 38e0a32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ project adheres to [Semantic Versioning](http://semver.org/).
### Added
### Fixed

2.11.2
==================
### Fixed
* Building on Windows in CI (and maybe other Windows configurations?) (#2216)

2.11.1
==================
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "canvas",
"description": "Canvas graphics API backed by Cairo",
"version": "2.11.1",
"version": "2.11.2",
"author": "TJ Holowaychuk <tj@learnboost.com>",
"main": "index.js",
"browser": "browser.js",
Expand Down

0 comments on commit 38e0a32

Please sign in to comment.