Skip to content

Commit

Permalink
v1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Apr 7, 2024
1 parent 816c2e0 commit 6beca94
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

### Unreleased

### Version v1.17.1

* Improve security by using `File.read` instead of `IO.read` [#148](https://github.com/premailer/css_parser/pull/148)

### Version v1.17.0
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
css_parser (1.17.0)
css_parser (1.17.1)
addressable

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/css_parser/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module CssParser
VERSION = '1.17.0'.freeze
VERSION = '1.17.1'.freeze
end

0 comments on commit 6beca94

Please sign in to comment.