tone 15.1.7 → 15.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,7 +10,7 @@ export interface DistortionOptions extends EffectOptions {
10
10
  /**
11
11
  * A simple distortion effect using Tone.WaveShaper.
12
12
  * Algorithm from [this stackoverflow answer](http://stackoverflow.com/a/22313408).
13
- * Read more about distortion on [Wikipedia] (https://en.wikipedia.org/wiki/Distortion_(music)).
13
+ * Read more about distortion on [Wikipedia](https://en.wikipedia.org/wiki/Distortion_(music).
14
14
  * @example
15
15
  * const dist = new Tone.Distortion(0.8).toDestination();
16
16
  * const fm = new Tone.FMSynth().connect(dist);
package/Tone/version.ts CHANGED
@@ -1 +1 @@
1
- export const version: string = "15.1.7";
1
+ export const version: string = "15.1.9";