diff --git a/CHANGELOG.md b/CHANGELOG.md index f59819df..b32ab83e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # Changelog -## 🥚 ⟩ [Unreleased] + +## 📦 ⟩ [v2.0.0] ⟩ Dec 2, 2024 ### New Features @@ -383,7 +384,8 @@ **Initial public release** 🎉 -[unreleased]: https://github.com/samizdatco/skia-canvas/compare/v1.0.2...HEAD +[unreleased]: https://github.com/samizdatco/skia-canvas/compare/v2.0.0...HEAD +[v2.0.0]: https://github.com/samizdatco/skia-canvas/compare/v1.0.2...v2.0.0 [v1.0.2]: https://github.com/samizdatco/skia-canvas/compare/v1.0.1...v1.0.2 [v1.0.1]: https://github.com/samizdatco/skia-canvas/compare/v1.0.0...v1.0.1 [v1.0.0]: https://github.com/samizdatco/skia-canvas/compare/v0.9.30...v1.0.0 diff --git a/README.md b/README.md index 2649e4a7..d087fb96 100644 --- a/README.md +++ b/README.md @@ -16,15 +16,8 @@ Discussion Forum -
- -### [2.0 Beta now available for testing](https://github.com/samizdatco/skia-canvas/discussions/189) - -
- --- - Skia Canvas is a browser-less implementation of the HTML Canvas drawing API for Node.js. It is based on Google’s [Skia](https://skia.org) graphics engine and, accordingly, produces very similar results to Chrome’s `` element. The library is well suited for use on desktop machines where you can render hardware-accelerated graphics to a window and on the server where it can output a variety of image formats. While the primary goal of this project is to provide a reliable emulation of the [standard API](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API) according to the [spec](https://html.spec.whatwg.org/multipage/canvas.html), it also extends it in a number of areas to take greater advantage of Skia's advanced graphical features and provide a more expressive coding environment. diff --git a/package.json b/package.json index 0618a89e..9d9800dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skia-canvas", - "version": "2.0.0-rc2", + "version": "2.0.0", "description": "A GPU-accelerated Canvas Graphics API for Node", "author": "Christian Swinehart ", "license": "MIT",