Skip to content

Commit 484806b

Browse files
committed
v0.14.1
1 parent 518b700 commit 484806b

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
## [Unreleased]
1010

1111

12+
## [v0.14.1] - 2024-01-06
13+
14+
### Changed
15+
16+
- Tested against janus-gateway v0.14.1
17+
- Modernized web app infrastructure of the demo
18+
- Cleaned main project dependencies
19+
20+
1221
## [v0.9.4] - 2020-05-01
1322

1423
### Added

demo/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
minnie-janus - Minimal and modern JavaScript interface for the Janus WebRTC gateway
55
6-
Copyright 2018 Michael Karl Franzl
6+
Copyright 2018 Michael Franzl
77
88
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
99
associated documentation files (the "Software"), to deal in the Software without restriction,

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "minnie-janus",
3-
"version": "0.9.4",
3+
"version": "0.14.1",
44
"description": "A small, modern, general interface for the Janus WebRTC gateway, written in ES8 Javascript for browsers and Node.js.",
55
"scripts": {
66
"test": "./node_modules/.bin/mocha --ui bdd-lazy-var/global",
77
"doc": "npx jsdoc --debug --verbose -c jsdoc-conf.json -d doc --access all src demo"
88
},
9-
"author": "Michael Karl Franzl",
9+
"author": "Michael Franzl",
1010
"license": "MIT",
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)