Skip to content

Commit

Permalink
v0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfranzl committed Jan 6, 2024
1 parent 518b700 commit 484806b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]


## [v0.14.1] - 2024-01-06

### Changed

- Tested against janus-gateway v0.14.1
- Modernized web app infrastructure of the demo
- Cleaned main project dependencies


## [v0.9.4] - 2020-05-01

### Added
Expand Down
2 changes: 1 addition & 1 deletion demo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
minnie-janus - Minimal and modern JavaScript interface for the Janus WebRTC gateway
Copyright 2018 Michael Karl Franzl
Copyright 2018 Michael Franzl
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
associated documentation files (the "Software"), to deal in the Software without restriction,
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "minnie-janus",
"version": "0.9.4",
"version": "0.14.1",
"description": "A small, modern, general interface for the Janus WebRTC gateway, written in ES8 Javascript for browsers and Node.js.",
"scripts": {
"test": "./node_modules/.bin/mocha --ui bdd-lazy-var/global",
"doc": "npx jsdoc --debug --verbose -c jsdoc-conf.json -d doc --access all src demo"
},
"author": "Michael Karl Franzl",
"author": "Michael Franzl",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 484806b

Please sign in to comment.