You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #7 from notthelewis/features/changelog b015635
Prettier fixed the array layout in package.json for the keywords directory. 80cdf93
Using jest types, and removing noisy lines which aren't being used. a1600f0
First, automatically generated CHANGELOG.md for v2.2.0 and before. 37eb10f
Added some configuration for auto-changelog. a07570f
Added .auto-changelog to the .npmignore file. 430c486
Indented package.json to 4 spaces. Also added the auto-changelog command to the npm 'version' lifecycle hook (https://docs.npmjs.com/cli/v8/using-npm/scripts). This command will automatically generate a changelog upon publishing a new version then add it to the commit. 9e62d18
Removed the json compress function from compile, as I don't think it actually does anything. Package size is reduced a little bit, but the library is already tiny- and I think that it's nice to actually be able to see the package.json. b278ffe