Skip to content

Commit

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

### Unreleased

### Version v1.17.0

* Added `user_agent` as an option to Parser [#146](https://github.com/premailer/css_parser/pull/146)

### Version v1.16.0
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
@@ -1,13 +1,13 @@
PATH
remote: .
specs:
css_parser (1.16.0)
css_parser (1.17.0)
addressable

GEM
remote: https://rubygems.org/
specs:
addressable (2.8.5)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.1)
benchmark-ips (2.8.4)
Expand All @@ -19,7 +19,7 @@ GEM
parallel (1.20.1)
parser (3.0.0.0)
ast (~> 2.4.1)
public_suffix (5.0.3)
public_suffix (5.0.5)
rainbow (3.0.0)
rake (13.0.3)
regexp_parser (2.0.3)
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.16.0'.freeze
VERSION = '1.17.0'.freeze
end

0 comments on commit 25605b7

Please sign in to comment.