Skip to content

Commit

Permalink
Bump version to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Oct 13, 2022
1 parent c10bbf9 commit 330a614
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## unreleased
## [v1.1.0](https://github.com/solidusio-contrib/solidus_prototypes/tree/v1.1.0) (2022-10-13)

[Full Changelog](https://github.com/solidusio-contrib/solidus_prototypes/compare/v1.0.0...v1.2.0)
[Full Changelog](https://github.com/solidusio-contrib/solidus_prototypes/compare/v1.0.0...v1.1.0)

**Closed issues:**

Expand All @@ -21,6 +21,7 @@

**Merged pull requests:**

- Add a changelog [\#59](https://github.com/solidusio-contrib/solidus_prototypes/pull/59) ([tvdeyen](https://github.com/tvdeyen))
- Add circleci/browser-tools orb [\#57](https://github.com/solidusio-contrib/solidus_prototypes/pull/57) ([tvdeyen](https://github.com/tvdeyen))
- Update to use forked solidus\_frontend when needed [\#54](https://github.com/solidusio-contrib/solidus_prototypes/pull/54) ([waiting-for-dev](https://github.com/waiting-for-dev))
- Support for Solidus 3.0 [\#51](https://github.com/solidusio-contrib/solidus_prototypes/pull/51) ([kennyadsl](https://github.com/kennyadsl))
Expand Down
2 changes: 1 addition & 1 deletion lib/solidus_prototypes/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SolidusPrototypes
VERSION = '1.0.0'
VERSION = '1.1.0'
end

0 comments on commit 330a614

Please sign in to comment.