Skip to content

Commit 98ece9a

Browse files
committed
Update readme for rc4
1 parent c515a81 commit 98ece9a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,10 @@ If your build process appends hashes to the files it generates, you may find tha
153153
Changelog
154154
---
155155

156+
**4.0.0-rc4**
157+
158+
- Fixes for `deployPath` failures. (Thanks @tarasbilohan)
159+
156160
**4.0.0-rc3**
157161

158162
- Include recent PRs and bug fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cli-plugin-s3-deploy",
3-
"version": "4.0.0-rc3",
3+
"version": "4.0.0-rc4",
44
"description": "A vue-cli plugin for deploying your built Vue app to an S3 bucket.",
55
"scripts": {
66
"test": "AWS_ACCESS_KEY_ID=access-key AWS_SECRET_ACCESS_KEY=secret-key jest --verbose src/test",

0 commit comments

Comments
 (0)