Skip to content

Commit

Permalink
Bump version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paranoicsan committed Oct 25, 2022
1 parent 68b9449 commit 8ad4783
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/learningtapestry/lcms-engine/compare/v0.5.0...HEAD)
## [Unreleased](https://github.com/learningtapestry/lcms-engine/compare/v0.5.1...HEAD)

## [0.5.1](https://github.com/learningtapestry/lcms-engine/compare/v0.5.0...v0.5.1) - 2022.10.25

### Fixed

- Fix JS to remove ES6 keyword - [@paranoicsan](https://github.com/paranoicsan)

## [0.5.0](https://github.com/learningtapestry/lcms-engine/compare/v0.4.2...v0.5.0) - 2022.10.21

Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: .
specs:
lcms-engine (0.5.0)
lcms-engine (0.5.1)
active_model_serializers (~> 0.10.10)
activejob-retry (~> 0.6.3)
acts-as-taggable-on (~> 7.0)
Expand Down Expand Up @@ -162,10 +162,10 @@ GEM
autoprefixer-rails (9.8.6.5)
execjs
aws-eventstream (1.2.0)
aws-partitions (1.646.0)
aws-partitions (1.650.0)
aws-record (2.8.0)
aws-sdk-dynamodb (~> 1.18)
aws-sdk-core (3.160.0)
aws-sdk-core (3.164.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.525.0)
aws-sigv4 (~> 1.1)
Expand All @@ -183,7 +183,7 @@ GEM
aws-sessionstore-dynamodb (~> 2)
concurrent-ruby (~> 1)
railties (>= 5.2.0)
aws-sdk-s3 (1.114.0)
aws-sdk-s3 (1.116.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.4)
Expand Down Expand Up @@ -303,7 +303,7 @@ GEM
erubi (1.11.0)
et-orbi (1.2.7)
tzinfo
excon (0.93.0)
excon (0.93.1)
execjs (2.8.1)
factory_bot (5.2.0)
activesupport (>= 4.2.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/lcms/engine/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Lcms
module Engine
VERSION = '0.5.0'
VERSION = '0.5.1'
RAILS_5_VERSION = 5.2
end
end

0 comments on commit 8ad4783

Please sign in to comment.