Skip to content

Commit

Permalink
spec: v2.0.0 (#17)
Browse files Browse the repository at this point in the history
* draft(v2.0.0): Proposal for v2.0.0

- addition: adds `header` property to schema
- change: hides less useful/common `types` mentioned in `conventionalcommits@1.0.0-beta.4`

- restructures tests to be better suited for multiple versions

* docs: adds link to 2.0.0 draft
* chore: bumps version in package.json and README to reflect 2.0.0

closes #16, #15
  • Loading branch information
jbottigliero committed May 10, 2019
1 parent 1bbb77f commit 86e063d
Show file tree
Hide file tree
Showing 10 changed files with 658 additions and 382 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -2,4 +2,5 @@

## Versions

- [v1.0.0](versions/1.0.0/README.md) - *Current*
- [v1.0.0](versions/1.0.0/README.md)
- [v2.0.0](versions/2.0.0/README.md) - *Current*
2 changes: 1 addition & 1 deletion index.js
@@ -1 +1 @@
module.exports = require('./versions/1.0.0/schema.json')
module.exports = require('./versions/2.0.0/schema.json')

0 comments on commit 86e063d

Please sign in to comment.