Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
docs(readme): add note about versioning policy
Browse files Browse the repository at this point in the history
- Add information on versioning policy

Closes #5800
Closes #5958
  • Loading branch information
wesleycho committed Jun 4, 2016
1 parent 4fef037 commit 90fa2f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ import typeahead from 'angular-ui-bootstrap/src/typeahead/index-nocss.js';
angular.module('myModule', [accordion, datepicker]);
```

# Versioning

Pre-2.0.0 does not follow a particular versioning system. 2.0.0 and onwards follows [semantic versioning](http://semver.org/). All release changes can be viewed on our [changelog](CHANGELOG.md).

# Support

## FAQ
Expand Down

0 comments on commit 90fa2f6

Please sign in to comment.