Skip to content

Commit

Permalink
Bump version to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Devlamynck committed Jul 10, 2020
1 parent ca24423 commit 3fc0dea
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 1.1.4

Bug fixes:
* Fix generated code for routes with variable name conflicting with elm reserved keywords
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elm-symfony-bridge",
"version": "1.1.3",
"version": "1.1.4",
"author": "Matthias Devlamynck <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/mdevlamynck/elm-symfony-bridge#readme",
Expand Down Expand Up @@ -41,6 +41,7 @@
"elm-format": "^0.8.3",
"elm-hot": "^1.1.4",
"elm-test": "^0.19.1-revision2",
"elm-verify-examples": "^5.0.0"
"elm-verify-examples": "^5.0.0",
"node-elm-compiler": "^5.0.4"
}
}
2 changes: 1 addition & 1 deletion parcel/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion parcel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parcel-plugin-elm-symfony-bridge",
"version": "1.1.3",
"version": "1.1.4",
"author": "Matthias Devlamynck <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/mdevlamynck/elm-symfony-bridge/tree/master/parcel#readme",
Expand Down
2 changes: 1 addition & 1 deletion webpack/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elm-symfony-bridge",
"version": "1.1.3",
"version": "1.1.4",
"author": "Matthias Devlamynck <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/mdevlamynck/elm-symfony-bridge/tree/master/webpack#readme",
Expand Down

0 comments on commit 3fc0dea

Please sign in to comment.