Skip to content

Commit

Permalink
chore(release): 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anteriovieira committed Sep 8, 2018
1 parent 1b7e76e commit eb37b63
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.2.2"></a>
## [0.2.2](https://github.com/buefy/nuxt-buefy/compare/v0.2.1...v0.2.2) (2018-09-08)



<a name="0.0.3"></a>
## [0.0.3](https://github.com/buefy/nuxt-buefy/compare/v0.0.2...v0.0.3) (2018-03-22)


<a name="0.2.1"></a>
## [0.0.3](https://github.com/buefy/nuxt-buefy/compare/v0.0.2...v0.2.1) (2018-09-08)

# CHANGELOG
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-buefy",
"version": "0.2.1",
"version": "0.2.2",
"description": "Nuxt buefy",
"license": "MIT",
"contributors": [
Expand All @@ -17,7 +17,7 @@
"dev": "nuxt test/fixture",
"lint": "eslint lib test",
"test": "npm run lint && jest",
"release": "standard-version && git push --follow-tags && npm publish"
"release": "standard-version && git push --follow-tags && yarn publish"
},
"eslintIgnore": [
"lib/templates/*.*"
Expand Down

0 comments on commit eb37b63

Please sign in to comment.