Skip to content

Commit

Permalink
Bumped version to 5.0.5. Updated CHANGELOG.md and dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
gavoja committed Mar 29, 2023
1 parent 1edd14a commit 00ed01d
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 26 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

# [5.0.0] - TBA
# [5.0.5]

### Fixed

- The `-w` parameter is now properly handled.
- Typos in README.md.

# [5.0.4]

### Changed

Expand Down
44 changes: 22 additions & 22 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aemsync",
"version": "5.0.4",
"version": "5.0.5",
"description": "The code and content synchronization for Sling / AEM (Adobe Experience Manager).",
"author": "Michal Kochel <[email protected]>",
"type": "module",
Expand All @@ -25,9 +25,9 @@
"triala": "0.4.0"
},
"dependencies": {
"adm-zip": "0.5.9",
"adm-zip": "0.5.10",
"globrex": "0.1.2",
"node-fetch": "3.2.10",
"node-fetch": "3.3.1",
"simple-watcher": "5.0.1",
"xml-to-json-stream": "1.1.0"
},
Expand Down

0 comments on commit 00ed01d

Please sign in to comment.