Skip to content

Commit

Permalink
chore(release): 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TGRHavoc committed May 5, 2021
1 parent 5c70729 commit 4129e75
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ parent: LiveMap Resource
---
# Changelog

## [3.0.0](https://github.com/TGRHavoc/live_map/compare/v2.3.4...v3.0.0) (2021-05-05)


### ⚠ BREAKING CHANGES

* update to fxversion

### Features

* remove old files from server before deploying ([3e9a9ad](https://github.com/TGRHavoc/live_map/commit/3e9a9adbbe65d308d82eac5ebdb1723ab490195b))
* update to fxversion ([b049789](https://github.com/TGRHavoc/live_map/commit/b0497891e710ae2610f9bf7aa2fa431c48d03618))


### Bug Fixes

* typo in docs.bat ([172eb10](https://github.com/TGRHavoc/live_map/commit/172eb1016075e006a71b55362e32c941ac4cda88))

## [2.4.0](https://github.com/TGRHavoc/live_map/compare/v2.3.4...v2.4.0) (2020-12-26)


Expand Down
2 changes: 1 addition & 1 deletion fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ game "gta5"

author "TGR_Havoc"
description ""
version "2.3.2"
version "3.0.0"

--[[ If you want to use the example client, delete this line
client_script "example_client/*.lua"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fivem-live_map",
"version": "2.4.0",
"version": "3.0.0",
"description": "The FiveM resource to get Havoc's LiveMap working#",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"resource": "2.4.0"
"resource": "3.0.0"
}

0 comments on commit 4129e75

Please sign in to comment.