Skip to content

Commit 6b2d32a

Browse files
chore: release v1.4.0 (#234)
1 parent 17ad245 commit 6b2d32a

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [1.4.0](https://github.com/geoql/expenses/compare/v1.3.1...v1.4.0) (2021-09-19)
2+
3+
4+
### Bug Fixes
5+
6+
* add buttons for switching theme ([7f01550](https://github.com/geoql/expenses/commit/7f01550c2576122ad7fac0ceeabfc6e35f673e9f)), closes [#229](https://github.com/geoql/expenses/issues/229)
7+
* show tooltip only on the icon ([13cfcd4](https://github.com/geoql/expenses/commit/13cfcd48af2e34d0d94b59d227a2d0a1d56fad7b))
8+
9+
10+
### Features
11+
12+
* add Geocoder to search for location ([67598f2](https://github.com/geoql/expenses/commit/67598f2db57e5346d884a62b850ce434883d32da))
13+
* integrate `tooltip` plugin ([5e13332](https://github.com/geoql/expenses/commit/5e1333202ea8b468928a290bfbb4c5b9934c49ba))
14+
15+
16+
### Performance Improvements
17+
18+
* generate `.br` static assets ([85301e6](https://github.com/geoql/expenses/commit/85301e6bb5bcfbd59546b6345aff5419abd3d5df)), closes [#227](https://github.com/geoql/expenses/issues/227)
19+
20+
21+
122
## [1.3.1](https://github.com/geoql/expenses/compare/v1.3.0...v1.3.1) (2021-09-18)
223

324

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "map-my-expenses",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"private": true,
55
"scripts": {
66
"dev": "nuxt",

0 commit comments

Comments
 (0)