Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Aug 26, 2018
1 parent 20ab0a1 commit c8dccf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "execa",
"version": "0.11.0",
"version": "1.0.0",
"description": "A better `child_process`",
"license": "MIT",
"repository": "sindresorhus/execa",
Expand Down

5 comments on commit c8dccf7

@LitoMore
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ‘

@iamstarkov
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does it have any breaking changes compare to 0.11.0? /cc @sindresorhus

@LitoMore
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@iamstarkov There is no change between 0.11.0 and 1.0.0.

See the commit history: https://github.com/sindresorhus/execa/commits/master

@kachkaev
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It'd be great if there existed CHANGELOG.md or some notes in Github releases. I'm upgrading from 0.10.0 and it's quite hard to figure out whether I need to watch out for something. Thanks! πŸ˜‰

@LitoMore
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kachkaev Yes, good point.

I think @sindresorhus will post the changelog to the releases in the future release.

Please sign in to comment.