Skip to content

Commit

Permalink
v1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Jan 9, 2023
1 parent 88e928f commit b94277e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

### Unreleased

### Version v1.14.0

* Fix parsing of multiline URL values for rule sets [#97](https://github.com/premailer/css_parser/pull/97)

### Version v1.13.0

* Drop suppor for EOL ruby versions
* fix regex deprecation

### Version v1.12.0

* Improve exception message for missing value [#131](https://github.com/premailer/css_parser/pull/131)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
css_parser (1.13.0)
css_parser (1.14.0)
addressable

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

module CssParser
VERSION = '1.13.0'.freeze
VERSION = '1.14.0'.freeze
end

0 comments on commit b94277e

Please sign in to comment.