media-devices 0.3.0-rc.2 → 0.3.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
- ## [Unreleased]
7
+ ## [0.3.0] - 2021-12-04
8
8
 
9
9
  ### Added
10
10
 
@@ -47,6 +47,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
47
47
  - A device list-diffing implementation of `ondevicechange`.
48
48
  - Support detection via `supportsMediaDevices()`.
49
49
 
50
- [Unreleased]: https://github.com/PsychoLlama/media-devices/compare/v0.2.0...HEAD
50
+ [Unreleased]: https://github.com/PsychoLlama/media-devices/compare/v0.3.0...HEAD
51
+ [0.3.0]: https://github.com/PsychoLlama/media-devices/compare/v0.2.0...v0.3.0
51
52
  [0.2.0]: https://github.com/PsychoLlama/media-devices/compare/v0.1.0...v0.2.0
52
53
  [0.1.0]: https://github.com/PsychoLlama/media-devices/releases/tag/v0.1.0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "media-devices",
3
3
  "description": "Easily manage media devices in the browser.",
4
- "version": "0.3.0-rc.2",
4
+ "version": "0.3.0",
5
5
  "license": "MIT",
6
6
  "author": "Jesse Gibson <JesseTheGibson@gmail.com>",
7
7
  "repository": "github:PsychoLlama/media-devices",