Skip to content

Commit f3dbc6f

Browse files
committed
💎 bump to 3.0.1
1 parent a270bc2 commit f3dbc6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
A concise overview of the public-facing changes to the gem from version to version. Does not include internal changes to the dev experience for the gem.
44

5-
## Unreleased
5+
## v3.0.1
66

7-
- Relieves `EscapeUtils.escape_html is deprecated. Use GCI.escapeHTML instead, it's faster` deprecation warning until it gets released in an downstream dependency
7+
- fix: Relieves `EscapeUtils.escape_html is deprecated. Use GCI.escapeHTML instead, it's faster` deprecation warning until it gets released in an downstream dependency
88
- meta: Maintainership change from [gjtorikian](https://github.com/gjtorikian) to [brettchalupa](https://github.com/brettchalupa)
99

1010
## v3.0.0

lib/graphql-docs/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module GraphQLDocs
4-
VERSION = '3.0.0'
4+
VERSION = '3.0.1'
55
end

0 commit comments

Comments
 (0)