Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flozz committed May 3, 2023
1 parent cda1649 commit 4f9a714
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2016, Wanadev <http://www.wanadev.fr/>
Copyright (c) 2016-2023, Wanadev <http://www.wanadev.fr/>
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,18 @@ To check codding style, run the follwoing command:

* **[NEXT]** (changes on master that have not been released yet):

* Added a lint command in package.json
* Nothing yet ;)

* **v0.2.0:**

* Added a lint command in package.json (@flozz)
* Fixed wrong dependencies: added missing lodash, and removed unnecessary request lib (@jbghoul, #7)
* Updated dependencies (@jbghoul, #7)

* **v0.1.1:**

* Fixed a syntax error in a template (@flozz)

* **v0.1.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": "enlightme",
"version": "0.1.1",
"version": "0.2.0",
"description": "Enlighten your users with a beautiful documentation",
"main": "bin/enlightme",
"directories": {
Expand Down

0 comments on commit 4f9a714

Please sign in to comment.