Skip to content

Commit

Permalink
v1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Sep 1, 2023
1 parent d6368ef commit 8167588
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.15.0

* Fix parsing space-less media query features like `@media(width:123px)` [#141](https://github.com/premailer/css_parser/pull/141)

### Version v1.15.0
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
css_parser (1.15.0)
css_parser (1.16.0)
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.15.0'.freeze
VERSION = '1.16.0'.freeze
end

0 comments on commit 8167588

Please sign in to comment.