Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.1...v1.1.0) (2022-06-13)

### Features

* add `fontFamily` option ([23100c1](23100c1))
  • Loading branch information
semantic-release-bot committed Jun 13, 2022
1 parent 23100c1 commit 27f659c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.1.0](https://github.com/roziscoding/shiki-renderer-canvas/compare/v1.0.1...v1.1.0) (2022-06-13)


### Features

* add `fontFamily` option ([23100c1](https://github.com/roziscoding/shiki-renderer-canvas/commit/23100c10f2de5dafa1ed863756905d17cc718c89))

## [1.0.1](https://github.com/roziscoding/shiki-renderer-canvas/compare/v1.0.0...v1.0.1) (2022-03-21)


Expand Down
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shiki-renderer-canvas",
"version": "1.0.1",
"version": "1.1.0",
"description": "Canvas (node or browser) renderer for Shiki",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -81,4 +81,4 @@
"dependencies": {
"lodash.merge": "^4.6.2"
}
}
}

0 comments on commit 27f659c

Please sign in to comment.