Skip to content

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
connium committed Feb 26, 2019
1 parent 63f3079 commit b9ac1ca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


## [Unreleased] (2019-??-??)

## [0.8.0] (2019-02-26)
### Added
- **font:** extend font declaration

Expand Down Expand Up @@ -97,7 +99,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- **paragraph:** Set horizontal alignment
- **text-document:** Create text documents and save them as flat XML ODF document

[Unreleased]: https://github.com/connium/simple-odf/compare/v0.7.0...HEAD
[Unreleased]: https://github.com/connium/simple-odf/compare/v0.8.0...HEAD
[0.8.0]: https://github.com/connium/simple-odf/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/connium/simple-odf/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/connium/simple-odf/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/connium/simple-odf/compare/v0.4.0...v0.5.0
Expand Down
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-odf",
"version": "0.7.0",
"version": "0.8.0",
"description": "Open Document Format made easy using pure JavaScript and Node.js",
"keywords": [
"open",
Expand Down

0 comments on commit b9ac1ca

Please sign in to comment.