Skip to content

Commit

Permalink
Bump version to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
paranoicsan committed Dec 13, 2022
1 parent 2fd2ab7 commit c25292b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ 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.2...HEAD)
## [Unreleased](https://github.com/learningtapestry/lcms-engine/compare/v0.5.3...HEAD)

## [0.5.2](https://github.com/learningtapestry/lcms-engine/compare/v0.5.2...v0.5.3) - 2022.12.13

### Changed

- Bump loader-utils NPM package to 2.0.4 - [@paranoicsan](https://github.com/paranoicsan)
- Bump nokogiri from 1.13.9 to 1.13.10

## [0.5.2](https://github.com/learningtapestry/lcms-engine/compare/v0.5.1...v0.5.2) - 2022.12.12

Expand Down
2 changes: 1 addition & 1 deletion 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.2)
lcms-engine (0.5.3)
active_model_serializers (~> 0.10.10)
activejob-retry (~> 0.6.3)
acts-as-taggable-on (~> 7.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.2'
VERSION = '0.5.3'
RAILS_5_VERSION = 5.2
end
end

0 comments on commit c25292b

Please sign in to comment.