Skip to content

Commit

Permalink
fix: Release all 0.4.0 changes (#147)
Browse files Browse the repository at this point in the history
* chore: Build before publish

* docs(changelog): Add 0.4.1 changset
  • Loading branch information
eps1lon committed Mar 15, 2020
1 parent 8235d14 commit 63c119f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/ninety-coats-leave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"dom-accessibility-api": patch
---

Deploy all 0.4.0 changes
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"build:types": "tsc -p tsconfig.json --emitDeclarationOnly",
"format": "prettier \"**/*.{json,js,md,ts,yml}\" --write --ignore-path .prettierignore",
"lint": "eslint --report-unused-disable-directives \"sources/**/*.ts\"",
"prepublishOnly": "yarn build:source",
"release:prepare": "yarn changeset version",
"release": "yarn changeset publish",
"test": "jest",
Expand Down

0 comments on commit 63c119f

Please sign in to comment.