Skip to content

Commit 00ed01d

Browse files
committed
Bumped version to 5.0.5. Updated CHANGELOG.md and dependencies.
1 parent 1edd14a commit 00ed01d

File tree

3 files changed

+33
-26
lines changed

3 files changed

+33
-26
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
# [5.0.0] - TBA
8+
# [5.0.5]
9+
10+
### Fixed
11+
12+
- The `-w` parameter is now properly handled.
13+
- Typos in README.md.
14+
15+
# [5.0.4]
916

1017
### Changed
1118

package-lock.json

+22-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aemsync",
3-
"version": "5.0.4",
3+
"version": "5.0.5",
44
"description": "The code and content synchronization for Sling / AEM (Adobe Experience Manager).",
55
"author": "Michal Kochel <[email protected]>",
66
"type": "module",
@@ -25,9 +25,9 @@
2525
"triala": "0.4.0"
2626
},
2727
"dependencies": {
28-
"adm-zip": "0.5.9",
28+
"adm-zip": "0.5.10",
2929
"globrex": "0.1.2",
30-
"node-fetch": "3.2.10",
30+
"node-fetch": "3.3.1",
3131
"simple-watcher": "5.0.1",
3232
"xml-to-json-stream": "1.1.0"
3333
},

0 commit comments

Comments
 (0)