Skip to content

Commit

Permalink
Bump v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dozoisch committed Mar 24, 2017
1 parent 8505c25 commit f400ef9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
v0.7.0 - Sat, 04 Mar 2076 6:37:00 PST
v0.8.0 - Thu, 23 Mar 2017 5:46:00 PST
--------------------------------------

- Updated deps to react 15 and babel 6
- Added removeOnUnmount parameter (#14)



v0.7.0 - Sat, 04 Mar 2017 6:37:00 PST
--------------------------------------

- Updated deps to react 15 and babel 6 (#13)
- Go back to manual changelogs



v0.6.0 - Thu, 02 Jun 2016 01:18:21 GMT
--------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 Hugo Dozois
Copyright (c) 2017 Hugo Dozois

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-async-script",
"version": "0.7.0",
"version": "0.8.0",
"description": "A composition mixin for loading scripts asynchronously for React",
"main": "lib/async-script-loader.js",
"scripts": {
Expand Down

0 comments on commit f400ef9

Please sign in to comment.