Skip to content

Commit

Permalink
Prep for 0.19.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcwhite committed Feb 11, 2021
1 parent 36c9210 commit c75b475
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# main

# 0.19.3 / 2020-02-11

* Fix css-loader's resolving of `/path/to/file` type URLs [#240](https://github.com/bridgetownrb/bridgetown/pull/240) ([jaredcwhite](https://github.com/jaredcwhite))
* Add [documentation to explain why this change was necessary](https://www.bridgetownrb.com/docs/frontend-assets#additional-bundled-assets-fonts-images) and what it enables for the future regarding Webpack's bundling of images.

# 0.19.2 / 2020-02-05

* Introducing bundled configurations! Now some popular automations, including enhanced PostCSS and Tailwind CSS setups, are available directly through the Bridgetown CLI rather than being in a separate automations repo. [Documentation here](https://www.bridgetownrb.com/docs/bundled-configurations). Thanks [Ayush](https://github.com/ayushn21)
Expand Down
2 changes: 1 addition & 1 deletion bridgetown-core/lib/bridgetown-core/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

module Bridgetown
VERSION = "0.19.2"
VERSION = "0.19.3"
CODE_NAME = "Arbor Lodge"
end

0 comments on commit c75b475

Please sign in to comment.