Tags give the ability to mark specific points in history as being important
-
1.1.0
dfa7d0fe · ·keep-a-changelog 1.1.0 Added ----- - Adds the command "entry:fixed", for adding an entry to the Fixed section of the current changelog. - Adds the command "entry:removed", for adding an entry to the Removed section of the current changelog. - Adds the command "entry:deprecated", for adding an entry to the Deprecated section of the current changelog. - Adds the command "entry:changed", for adding an entry to the Changed section of the current changelog. - Adds the command "entry:added", for adding an entry to the Added section of the current changelog. Changed ------- - Nothing. Deprecated ---------- - Nothing. Removed ------- - Nothing. Fixed ----- - Nothing.
-
1.0.1
6a16c1b1 · ·keep-a-changelog 1.0.1 Added ----- - Nothing. Changed ------- - Nothing. Deprecated ---------- - Nothing. Removed ------- - Removes dependency on ocramius/package-versions. Fixed ----- - Fixes error that occurs when running globally, due to a dependency that only works when running in a local package.