Skip to content

Commit

Permalink
Version bump to 0.53.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jho406 committed Dec 23, 2023
1 parent 6ed5ec2 commit 2a06da9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions NEWS.md
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file.

## 0.53.1
Minor update, removed a helper method `search_path_to_camelized_param`
that was no longer needed and fixed the existing `param_to_search_path`
to skip over number as props_template will also do that.

## 0.53

Essentially reverts the backward breaking change for the removal of
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.53.0
0.53.1
2 changes: 1 addition & 1 deletion superglue/package.json
@@ -1,6 +1,6 @@
{
"name": "@thoughtbot/superglue",
"version": "0.53.0",
"version": "0.53.1",
"description": "Use a vanilla Rails with React and Redux",
"scripts": {
"test": "jest",
Expand Down

0 comments on commit 2a06da9

Please sign in to comment.