Skip to content

Commit a7a6a24

Browse files
committed
minor #962 v1.1.2 missing commits from main (weaverryan)
This PR was squashed before being merged into the main branch. Discussion ---------- v1.1.2 missing commits from main Hi! When I tagged 1.1.2, I mistakenly included 1 commit that was not on main. That commit, plus the commit that bumps `package.json`, were never pushed to main. Thanks to @Kocal for pointing this out - it was an error in my release process. Fortunately, the extra commit was just to a test file. This PR adds those 2 commits, and reverts the test commit. This add the 2 missing commits into `main` and revert the code change that was never intended. Cheers! Commits ------- 41a6643 Revert "WIP - fixing tests by allowing dynamic filename asserts" 6eed362 Tagging 1.1.2 5bf6d21 WIP - fixing tests by allowing dynamic filename asserts
2 parents 8c2752a + 41a6643 commit a7a6a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@symfony/webpack-encore",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Webpack Encore is a simpler way to integrate Webpack into your application",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)