Browse Source

bump to version 0.3.19

playwright-pwa-install-test
Trent Larson 1 month ago
parent
commit
ee9c14942c
  1. 2
      CHANGELOG.md
  2. 4
      package-lock.json
  3. 2
      package.json

2
CHANGELOG.md

@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## ?
## [0.3.18] - 2024.08.18
## [0.3.19] - 2024.08.18 -
### Added
- Update of an offer
- Recipient description in offer list

4
package-lock.json

@ -1,12 +1,12 @@
{
"name": "TimeSafari",
"version": "0.3.18",
"version": "0.3.19",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "TimeSafari",
"version": "0.3.18",
"version": "0.3.19",
"dependencies": {
"@dicebear/collection": "^5.4.1",
"@dicebear/core": "^5.4.1",

2
package.json

@ -1,6 +1,6 @@
{
"name": "TimeSafari",
"version": "0.3.18",
"version": "0.3.19",
"scripts": {
"dev": "vite",
"serve": "vite preview",

Loading…
Cancel
Save