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

Commit b24f64f

Browse files
committed
chore(release): 1.0.1
1 parent 2ac2242 commit b24f64f

File tree

3 files changed

+25
-5
lines changed

3 files changed

+25
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.0.1](https://github.com/ng-web-apis/midi/compare/v1.0.0...v1.0.1) (2020-02-11)
6+
7+
8+
### Bug Fixes
9+
10+
* **tokens:** add Promise rejection for not supporting browsers ([b341d49](https://github.com/ng-web-apis/midi/commit/b341d49))
11+
512
## 1.0.0 (2020-02-10)
613

714
# Changelog

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
{
22
"name": "@ng-web-apis/midi",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "An Observable based library for the use of Web MIDI API with Angular",
5-
"keywords": ["angular", "ng", "midi", "audio", "music", "synth", "keyboard"],
5+
"keywords": [
6+
"angular",
7+
"ng",
8+
"midi",
9+
"audio",
10+
"music",
11+
"synth",
12+
"keyboard"
13+
],
614
"scripts": {
715
"ng": "ng",
816
"start": "ng serve",
@@ -34,7 +42,9 @@
3442
"name": "Alexander Inkin",
3543
"email": "alexander@inkin.ru"
3644
},
37-
"contributors": ["Roman Sedov <79601794011@ya.ru>"],
45+
"contributors": [
46+
"Roman Sedov <79601794011@ya.ru>"
47+
],
3848
"repository": "https://github.com/ng-web-apis/midi",
3949
"bugs": "https://github.com/ng-web-apis/midi/issues",
4050
"homepage": "https://github.com/ng-web-apis/midi#README",
@@ -103,7 +113,10 @@
103113
}
104114
},
105115
"lint-staged": {
106-
"*.{js,ts,html,md,less,json}": ["prettier --write", "git add"],
116+
"*.{js,ts,html,md,less,json}": [
117+
"prettier --write",
118+
"git add"
119+
],
107120
"*.ts": "tslint"
108121
},
109122
"standard-version": {

0 commit comments

Comments
 (0)