Skip to content

Commit 53ba1a6

Browse files
committed
Add changelog
1 parent 2b048cd commit 53ba1a6

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
All Notable changes will be documented in this file.
4+
5+
## 1.0.2 (2017-04-21)
6+
7+
- Minify compiled JS and CSS files
8+
9+
## 1.0.1 (2017-04-20)
10+
11+
- Add slide overlay info to readme
12+
- Update demo page
13+
14+
## 1.0.0 (2017-04-20)
15+
16+
- Initial release

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ But even with all its features, the slider I was using before didn’t do exactl
3434
- [Image Caption](#image-caption)
3535
- [Options](#options)
3636
- [Development](#development)
37+
- [Changelog](#changelog)
3738
- [License](#license)
3839

3940
## Requirements
@@ -312,6 +313,10 @@ Make sure you have the latest version of [NodeJS](https://nodejs.org/en/) instal
312313
- To compile and watch for changes run `npm run watch`.
313314
- To compile for production (minify/uglify) run `npm run production`.
314315

316+
## Changelog
317+
318+
View the [changelog](https://github.com/codezero-be/jquery-slider/blob/master/CHANGELOG.md).
319+
315320
## License
316321
The MIT License (MIT). Please see [License File](https://github.com/codezero-be/jquery-slider/blob/master/LICENSE.md) for more information.
317322

0 commit comments

Comments
 (0)