Skip to content
This repository has been archived by the owner on Feb 7, 2020. It is now read-only.

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rejas committed Nov 23, 2017
1 parent c7315a4 commit abf20b3
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,28 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.1] - 2017-11-22

- Removed classie library
- Cleanup javascript code

## [1.0.0] - 2017-08-21

- Added package.json

## [0.9.0] - 2017-03-16

- Original code from codrops

### Forked

[Unreleased]: https://github.com/rejas/imagelightbox/compare/1.0.1...HEAD
[1.0.1]: https://github.com/rejas/imagelightbox/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/rejas/imagelightbox/compare/0.9.0...1.0.0
[0.9.0]: https://github.com/rejas/multilevelmenu/commit/e9508983c033fd61cf25ce45f1b722d1aa2ed212...v0.9.0
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "multilevelmenu",
"version": "1.0.0",
"version": "1.0.1",
"description": "A simple menu with multiple levels and an optional breadcrumb navigation and back button from codrops.",
"main": "js/main.js",
"scripts": {
Expand Down

0 comments on commit abf20b3

Please sign in to comment.