rtfeldman / seamless-immutable

Immutable data structures for JavaScript which are backwards-compatible with normal JS Arrays and Objects.
BSD 3-Clause "New" or "Revised" License
5.37k stars 195 forks source link

Prod and dev files are out of date #89

Closed crudh closed 8 years ago

crudh commented 8 years ago

After the merge of #78 the source file is updated with freezing of dates but no updated versions of the prod and dev builds have been generated and committed. So those that doesn't use the source file are missing the functionality.

@rtfeldman should I include the generated files in future PRs? It's very easy to forget about that step before doing a release.

rtfeldman commented 8 years ago

Oh weird. Thought I did that. Probably a good idea, yeah, but ultimately something I ought to do.

rtfeldman commented 8 years ago

Published as 5.0.1.

rtfeldman commented 8 years ago

Thanks @crudh!

crudh commented 8 years ago

@rtfeldman :+1: nice, 4 minutes from report to release :smile: