Browse Source

🚀RELEASE v1.1.4

pull/154/head^2 v1.1.4
Philipp Dormann 4 years ago
parent
commit
ffe71229a9
No known key found for this signature in database GPG Key ID: 3BB9ADD52DCA4314
  1. 11
      CHANGELOG.md
  2. 2
      package.json

11
CHANGELOG.md

@ -2,8 +2,19 @@
All notable changes to this project will be documented in this file. Dates are displayed in UTC. All notable changes to this project will be documented in this file. Dates are displayed in UTC.
#### [v1.1.4](https://github.com/philippdormann/uptime-kuma/compare/v1.1.3...v1.1.4)
- 🧹 cleanup docker nightly workflow [`8eb0d70`](https://github.com/philippdormann/uptime-kuma/commit/8eb0d706b4d687bbd90d36faf2dbf71d88d9e667)
- add proper DigitalOcean templates [`dddbd34`](https://github.com/philippdormann/uptime-kuma/commit/dddbd3412526dd9706cb19f157789ca9df07e5a2)
- add temporary workflow for explicit docker release on ghcr.io [`f7369e7`](https://github.com/philippdormann/uptime-kuma/commit/f7369e7e8f6914f289441cb19734fc1550a09002)
- Apple icon [`8dd5b97`](https://github.com/philippdormann/uptime-kuma/commit/8dd5b97b794332eeec4bd2d7b5cf8a8a775ec050)
- Add files via upload [`18744d8`](https://github.com/philippdormann/uptime-kuma/commit/18744d834fa9c4598efd233615cf310964af07ba)
#### [v1.1.3](https://github.com/philippdormann/uptime-kuma/compare/v1.1.2...v1.1.3) #### [v1.1.3](https://github.com/philippdormann/uptime-kuma/compare/v1.1.2...v1.1.3)
> 14 July 2021
- 🚀RELEASE v1.1.3 [`7355c98`](https://github.com/philippdormann/uptime-kuma/commit/7355c986eeabf37fbe75e3ee8ad3a70e1740b2d7)
- 🚑 fix yarn lockfile [`20f2302`](https://github.com/philippdormann/uptime-kuma/commit/20f2302d93bc6ebe133e74136d32b85bd00762a7) - 🚑 fix yarn lockfile [`20f2302`](https://github.com/philippdormann/uptime-kuma/commit/20f2302d93bc6ebe133e74136d32b85bd00762a7)
#### [v1.1.2](https://github.com/philippdormann/uptime-kuma/compare/v1.1.1...v1.1.2) #### [v1.1.2](https://github.com/philippdormann/uptime-kuma/compare/v1.1.1...v1.1.2)

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "uptime-kuma", "name": "uptime-kuma",
"version": "1.1.3", "version": "1.1.4",
"scripts": { "scripts": {
"dev": "vite --host", "dev": "vite --host",
"start-server": "node server/server.js", "start-server": "node server/server.js",

Loading…
Cancel
Save