Skip to content

Commit

Permalink
add changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Hauch committed Jan 19, 2017
1 parent 18840b2 commit ad0a25c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

## 1.0.1

### Fixed
- file entries in clientlib configuration `js.txt` and `css.txt` will only be added with file extension ".js" or ".css"
(source maps can be included now)
- fix example

## 1.0.0

- Initial release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aem-clientlib-generator",
"version": "1.0.0",
"version": "1.0.1",
"description": "Creates configuration files for AEM ClientLibs and synchronizes assets.",
"author": {
"name": "pro!vision GmbH",
Expand Down

0 comments on commit ad0a25c

Please sign in to comment.