Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahDragon authored Jul 18, 2017
1 parent a98f462 commit e54f5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hexo",
"version": "3.3.7",
"version": "3.3.8",
"description": "A fast, simple & powerful blog framework, powered by Node.js.",
"main": "lib/hexo",
"bin": {
Expand Down

4 comments on commit e54f5e1

@JLHwung
Copy link
Collaborator

Choose a reason for hiding this comment

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

Thank you for 3.3.8 release.

@NoahDragon
Copy link
Member Author

Choose a reason for hiding this comment

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

@JLHwung Thank you for reminding me. 😄 I almost forgot the promise I made to release the new version last week.

https://github.com/hexojs/hexo/releases/tag/3.3.8

@JLHwung
Copy link
Collaborator

@JLHwung JLHwung commented on e54f5e1 Jul 18, 2017

Choose a reason for hiding this comment

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

Actually we can schedule a release cycle unless nothing changes on the mainline. Say we can release a patch version every 2 weeks or something. If so we can delivery more frequently and minimize the risk between releases.

@NoahDragon
Copy link
Member Author

Choose a reason for hiding this comment

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

@JLHwung agree. We can start with the 2 weeks release cycle. If I forgot, please feel free to poke me anyway. 😆

Please sign in to comment.