mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-12-21 10:25:00 +00:00
Bump version
This commit is contained in:
parent
009e2e4b72
commit
f8a577b099
3 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## v0.10.2 - 13rd June 2019
|
## v0.10.3 - 13th June 2019
|
||||||
|
- [API] Added new [`device-data-recent`](https://aq.connectedhumber.org/__nightdocs/05-API-Docs.html#device-data-recent) action.
|
||||||
|
- [Code] Improve documentation of underlying code.
|
||||||
|
|
||||||
|
## v0.10.2 - 13th June 2019
|
||||||
- [API Docs] Add links to action sections
|
- [API Docs] Add links to action sections
|
||||||
- [API] Bugfix: Fix default index action so it actually displays the api welcome message
|
- [API] Bugfix: Fix default index action so it actually displays the api welcome message
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "air-quality-mapper",
|
"name": "air-quality-mapper",
|
||||||
"version": "0.10.2",
|
"version": "0.10.3",
|
||||||
"description": "The web interface and JSON api for the ConnectedHumber Air Quality Monitoring Project.",
|
"description": "The web interface and JSON api for the ConnectedHumber Air Quality Monitoring Project.",
|
||||||
"private": true,
|
"private": true,
|
||||||
"main": "index.mjs",
|
"main": "index.mjs",
|
||||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
||||||
v0.10.2
|
v0.10.3
|
||||||
|
|
Loading…
Reference in a new issue