Skip to content

Commit

Permalink
bump to version 1.0.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Wilson committed Dec 21, 2023
1 parent 3049236 commit f60b25c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## [Unreleased]
## [1.0.0] - 2023-12-21

## [0.1.0] - 2022-07-22
- v1.0.0 🎉
- Now you can specify your css compression with a symbol
```ruby
config.assets.css_compressor = :escompress
```

## [0.3.0] - 2022-12-22

## [0.2.0] - 2022-12-22

## [0.1.0] - 2022-07-29

- Initial release
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:
escompress (0.3.0)
escompress (1.0.0)

GEM
remote: https://rubygems.org/
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ Install the gem and add to the application's Gemfile by executing:

$ bundle add escompress

If bundler is not being used to manage dependencies, install the gem by executing:

$ gem install escompress

## Usage

Make sure you have `esbuild` in your package.json file. If you are using Rails, escompress will look in your node_modules folder for the esbuild executable. If not using Rails, the gem will assume the executable is located at `/usr/local/bin/esbuild` on the underlying machine.
Expand Down
2 changes: 1 addition & 1 deletion lib/escompress/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Escompress
VERSION = "0.3.0"
VERSION = "1.0.0"
end

0 comments on commit f60b25c

Please sign in to comment.