Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2023-12-20)

### Bug Fixes

* **deps:** update dependency scratch-render-fonts to v1.0.0-prerelease.20221102164332 ([e49c89f](e49c89f))
* **deps:** update dependency scratch-render-fonts to v1.0.0-prerelease.20231017225105 ([2765caf](2765caf))
* **package:** update scratch-render-fonts to version 1.0.0-prerelease.20180605131737 ([3941d1c](3941d1c))
* **package:** update scratch-render-fonts to version 1.0.0-prerelease.20180906193204 ([#47](#47)) ([3c96b40](3c96b40))
* **package:** update transformation-matrix to version 1.15.0 ([af225a0](af225a0))

### Features

* sanitize css [@import](https://github.com/import) rules ([a3ba9eb](a3ba9eb))

### Reverts

* Revert "Update to latest in scratch-render" ([b3b6d25](b3b6d25))
  • Loading branch information
semantic-release-bot committed Dec 20, 2023
1 parent d4e3d29 commit bea32fd
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Changelog

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0 (2023-12-20)


### Bug Fixes

* **deps:** update dependency scratch-render-fonts to v1.0.0-prerelease.20221102164332 ([e49c89f](https://github.com/scratchfoundation/scratch-svg-renderer/commit/e49c89f45a7e61464d7d60a847b93cb092d09f4f))
* **deps:** update dependency scratch-render-fonts to v1.0.0-prerelease.20231017225105 ([2765caf](https://github.com/scratchfoundation/scratch-svg-renderer/commit/2765cafdf6c0d4e8780097a1c885f2bb08c5ccff))
* **package:** update scratch-render-fonts to version 1.0.0-prerelease.20180605131737 ([3941d1c](https://github.com/scratchfoundation/scratch-svg-renderer/commit/3941d1ccf3a6a60f7ba6f05478c51436de37d0e5))
* **package:** update scratch-render-fonts to version 1.0.0-prerelease.20180906193204 ([#47](https://github.com/scratchfoundation/scratch-svg-renderer/issues/47)) ([3c96b40](https://github.com/scratchfoundation/scratch-svg-renderer/commit/3c96b40543117133cfc8b866d0f97fc5a8e1d6c3))
* **package:** update transformation-matrix to version 1.15.0 ([af225a0](https://github.com/scratchfoundation/scratch-svg-renderer/commit/af225a066ba99d431975e9441e1283befe647967))


### Features

* sanitize css [@import](https://github.com/import) rules ([a3ba9eb](https://github.com/scratchfoundation/scratch-svg-renderer/commit/a3ba9eb15036b6983a6b7713d0f1d5114e00329f))


### Reverts

* Revert "Update to latest in scratch-render" ([b3b6d25](https://github.com/scratchfoundation/scratch-svg-renderer/commit/b3b6d25c3d6636b81df0e05d4484389a555f56c0))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scratch-svg-renderer",
"version": "0.0.0",
"version": "1.0.0",
"description": "SVG renderer for Scratch",
"main": "./src/index.js",
"scripts": {
Expand Down

0 comments on commit bea32fd

Please sign in to comment.