Skip to content

Commit 61f654f

Browse files
chore(release): 1.27.0 [skip ci]
# [1.27.0](v1.26.0...v1.27.0) (2022-04-04) ### Bug Fixes * only import prism.css once globally ([8d7f634](8d7f634)) ### Features * add support for multiple examples for each converter ([035126a](035126a))
1 parent 3c927cc commit 61f654f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.27.0](https://github.com/recurser/string-is/compare/v1.26.0...v1.27.0) (2022-04-04)
2+
3+
4+
### Bug Fixes
5+
6+
* only import prism.css once globally ([8d7f634](https://github.com/recurser/string-is/commit/8d7f634f9f906cb89ca1b993430391954f456f3f))
7+
8+
9+
### Features
10+
11+
* add support for multiple examples for each converter ([035126a](https://github.com/recurser/string-is/commit/035126a012182dd2a38255bd24ab4308c4be1370))
12+
113
# [1.26.0](https://github.com/recurser/string-is/compare/v1.25.0...v1.26.0) (2022-04-03)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "string-is",
3-
"version": "1.26.0",
3+
"version": "1.27.0",
44
"private": true,
55
"scripts": {
66
"all": "yarn eslint pages src --fix && yarn prettier && yarn jest && yarn build",

0 commit comments

Comments
 (0)