Skip to content

Commit 17c8f45

Browse files
committed
Fix emoji on mobile devices
1 parent d51c449 commit 17c8f45

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.4.1
2+
3+
## Bug fixes
4+
5+
- Fix description on mobile devices
6+
17
# 1.4.0
28

39
## Documentation

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Twitter](https://img.shields.io/badge/%E2%80%8B-twitter-brightgreen.svg?logo=twitter)](https://twitter.com/intent/follow?screen_name=ehmicky)
55
[![Medium](https://img.shields.io/badge/%E2%80%8B-medium-brightgreen.svg?logo=medium)](https://medium.com/@ehmicky)
66

7-
🦺 JSON serialization should never fail.
7+
⛑️ JSON serialization should never fail.
88

99
# Features
1010

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"scripts": {
1212
"test": "gulp test"
1313
},
14-
"description": "🦺 JSON serialization should never fail",
14+
"description": "⛑️ JSON serialization should never fail",
1515
"keywords": [
1616
"bigint",
1717
"circular",

0 commit comments

Comments
 (0)