Skip to content

Commit fc8a86a

Browse files
authored
Update CHANGELOG.md and version number (#10)
2 parents 5ce31b8 + 63bc4e6 commit fc8a86a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ The valid change types are:
1414
- `Fixed` for any bug fixes.
1515
- `Security` in case of vulnerabilities.
1616

17-
## [3.3.0] - [#6](https://github.com/TAServers/vcpkg-cache/pull/8)
17+
## [3.3.1] - [#9](https://github.com/TAServers/vcpkg-cache/pull/9)
18+
19+
### Fixed
20+
21+
- Fixed not filtering cache entries by branch ref - Wasn't released previously as /dist needed regenerating
22+
23+
## [3.3.0] - [#8](https://github.com/TAServers/vcpkg-cache/pull/8)
1824

1925
### Fixed
2026

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vcpkg-cache",
3-
"version": "3.2.0",
3+
"version": "3.3.1",
44
"description": "Simple Node-based GitHub action to regain per-package caching using GitHub Actions.",
55
"main": "src/restore.js",
66
"private": true,

0 commit comments

Comments
 (0)