Skip to content

Commit e163a81

Browse files
committed
Version 5.3.0
1 parent 34c086c commit e163a81

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## 5.3.0
11+
12+
### Added
13+
14+
* Support Emoji 14.0
15+
* Update to Twemoji v14.0.1
16+
1017
## 5.2.0
1118

1219
### Changed
@@ -30,8 +37,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3037

3138
### Added
3239

33-
* Support Emoji 13.1 #43 [@aried3r]
34-
* Depends on unicode-emoji v2.8.x #43 [@aried3r]
40+
* Support Emoji 13.1 #43 [@aried3r]
41+
* Depends on unicode-emoji v2.8.x #43 [@aried3r]
3542

3643
## 4.2.0
3744

lib/prawn/emoji/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Prawn
44
module Emoji
5-
VERSION = '5.2.0'
5+
VERSION = '5.3.0'
66
end
77
end

0 commit comments

Comments
 (0)