Bladeren bron

Merge branch 'release/0.1.0-beta.1' into develop

Sebastian Haas 8 jaren geleden
bovenliggende
commit
7b2a534a84
2 gewijzigde bestanden met toevoegingen van 17 en 12 verwijderingen
  1. 16 11
      CHANGELOG.md
  2. 1 1
      package.json

+ 16 - 11
CHANGELOG.md

@@ -9,15 +9,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 ### Changed
 ### Bugfixes
 
+## [0.1.0-beta.1] - 2016-09-21
+### Changed
+- Changed Travis CI deploy configuration ([a550e48](https://github.com/opensheetmusicdisplay/opensheetmusicdisplay/commit/a550e4899af03564be1e4e4ae420442044390300))
+
 ## [0.1.0-beta] - 2016-09-21
 ### Added
-- Brace and bracket generation using VexFlow (fd40c22d813279ed714028250625cbbdfd5ad633)
-- Class documentation (73d319fb17b4663fcfa001343647b8b662c17cee)
-- OSMD is now usable via script tags  (091dab9d82d6c477b7e88de2d424024696d126fa)
-- Set up `loglevel` as logging framework (c00b5a8ee789ece21bf8e8eb02cfa4f13b498e70)
-- Support for ocatvated clefs (567b3b3ec69fad492da68946039517804567cb25)
-- Demo is now automatically built and published to https://opensheetmusicdisplay.github.io/demo/ (1c63f82ea5c7b0ae978f43cf1cc60675026e4060)
-- Class documentation generated with typedoc, published to https://opensheetmusicdisplay.github.io/ (bc91091099f76ea5b9145f674bfcea2f36ca6712)
+- Brace and bracket generation using VexFlow ([fd40c22](https://github.com/opensheetmusicdisplay/opensheetmusicdisplay/commit/fd40c22d813279ed714028250625cbbdfd5ad633))
+- Class documentation ([73d319f](https://github.com/opensheetmusicdisplay/opensheetmusicdisplay/commit/73d319fb17b4663fcfa001343647b8b662c17cee))
+- OSMD is now usable via script tags  ([091dab9](https://github.com/opensheetmusicdisplay/opensheetmusicdisplay/commit/091dab9d82d6c477b7e88de2d424024696d126fa))
+- Set up `loglevel` as logging framework ([c00b5a8](https://github.com/opensheetmusicdisplay/opensheetmusicdisplay/commit/c00b5a8ee789ece21bf8e8eb02cfa4f13b498e70))
+- Support for ocatvated clefs ([567b3b3](https://github.com/opensheetmusicdisplay/opensheetmusicdisplay/commit/567b3b3ec69fad492da68946039517804567cb25))
+- Demo is now automatically built and published to https://opensheetmusicdisplay.github.io/demo/ ([1c63f82](https://github.com/opensheetmusicdisplay/opensheetmusicdisplay/commit/1c63f82ea5c7b0ae978f43cf1cc60675026e4060))
+- Class documentation generated with typedoc, published to https://opensheetmusicdisplay.github.io/ ([bc91091](https://github.com/opensheetmusicdisplay/opensheetmusicdisplay/commit/bc91091099f76ea5b9145f674bfcea2f36ca6712))
 - Added ties
 - Added documentation for VexFlow and other graphical objects
 - Proper title display
@@ -31,14 +35,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 - Better tests for `OSMD`
 
 ### Changed
-- Compiled files are no longer under version control (6b01a8f81b2762dfc702d541442108b459b486f1)
+- Compiled files are no longer under version control ([6b01a8f](https://github.com/opensheetmusicdisplay/opensheetmusicdisplay/commit/6b01a8f81b2762dfc702d541442108b459b486f1))
 - Renamed test files according to '_Test' convention
 - Removed workaround for title labels
 - Renamed files to reflect class names
 
 ### Bugfixes
-- Measure and clef size fixes (aa7c96d7bf73be142d44706a3033f4e6f4467e07)
-- MusicXML reader exception due to wrong file encodings (9af59d684a21a6d07609e4a8b72c0d39a9e32e64)
+- Measure and clef size fixes ([aa7c96d](https://github.com/opensheetmusicdisplay/opensheetmusicdisplay/commit/aa7c96d7bf73be142d44706a3033f4e6f4467e07))
+- MusicXML reader exception due to wrong file encodings ([9af59d6](https://github.com/opensheetmusicdisplay/opensheetmusicdisplay/commit/9af59d684a21a6d07609e4a8b72c0d39a9e32e64))
 - Fixed bug in measure number calculation
 - Fixed a bug in calculator
 - Fixed bug with beginInstructionWidth
@@ -59,6 +63,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 ### Added
 - First public pre-release
 
-[Unreleased]: https://github.com/opensheetmusicdisplay/opensheetmusicdisplay/compare/0.1.0-beta...HEAD
+[Unreleased]: https://github.com/opensheetmusicdisplay/opensheetmusicdisplay/compare/0.1.0-beta.1...HEAD
+[0.1.0-beta.1]: https://github.com/opensheetmusicdisplay/opensheetmusicdisplay/compare/0.1.0-beta...0.1.0-beta.1
 [0.1.0-beta]: https://github.com/opensheetmusicdisplay/opensheetmusicdisplay/compare/0.0.1-alpha.1...0.1.0-beta
 [0.0.1-alpha.1]: https://github.com/opensheetmusicdisplay/opensheetmusicdisplay/compare/0.0.1-alpha.0...0.0.1-alpha.1

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "opensheetmusicdisplay",
-  "version": "0.1.0-beta",
+  "version": "0.1.0-beta.1",
   "description": "An open source JavaScript engine for displaying MusicXML based on VexFlow.",
   "main": "dist/src/OSMD/OSMD.js",
   "typings": "dist/src/OSMD/OSMD",