Skip to content

Commit

Permalink
Release 1.3.0.beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcwhite committed Jun 18, 2023
1 parent 9f12bd0 commit bd680ce
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [1.3.0.beta2] - 2023-06-18

- Declarative Shadow DOM integration [#763](https://github.com/bridgetownrb/bridgetown/pull/763) ([jaredcwhite](https://github.com/jaredcwhite))
- Retool esbuild configuration and add "Islands Architecture" [#765](https://github.com/bridgetownrb/bridgetown/pull/765) ([jaredcwhite](https://github.com/jaredcwhite))
- Add I18n localization shortcut "l" alongside "t" [#759](https://github.com/bridgetownrb/bridgetown/pull/759) ([goulvench](https://github.com/goulvench))
- Update to esbuild 0.17 [#762](https://github.com/bridgetownrb/bridgetown/pull/762) ([jaredcwhite](https://github.com/jaredcwhite))
- docs: update gitlab pages deploy configuration [#767](https://github.com/bridgetownrb/bridgetown/pull/767) ([akarzim](https://github.com/akarzim))
- docs: GitLab Pages serving compressed assets [#768](https://github.com/bridgetownrb/bridgetown/pull/768) ([akarzim](https://github.com/akarzim))
- docs: remove trailing comma in configuration options [#766](https://github.com/bridgetownrb/bridgetown/pull/766) ([akarzim](https://github.com/akarzim))

## [1.3.0.beta1] - 2023-05-01

- Fix missing word in `resources.md`
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 = "1.3.0.beta1"
VERSION = "1.3.0.beta2"
CODE_NAME = "Kelly Butte"
end

0 comments on commit bd680ce

Please sign in to comment.