Skip to content

Commit

Permalink
chore(release): 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
casperiv0 committed Oct 15, 2023
1 parent fc4a39f commit 3284060
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
- chore: update dependencies.
- fix: unable to load custom postal codes.

**BREAKING CHANGES:**

> `sna-postals`@`0.12.0` now exports the postals instead of other integrations loading the file.
> This means you are **required** to update `sna-postals` **AND** all the other used resources for it to work properly.
> Make sure to backup your custom `postals.json` file before updating.
## 0.11.1

- chore: add warning when API URL is not available client-side.
Expand Down
2 changes: 1 addition & 1 deletion integrations/alpr/fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ game "gta5"

author "Casper Iversen"
description "ALPR integration with support for Wraith ARS 2X"
version "0.11.1"
version "0.12.0"

server_scripts {"server/server.js"}
client_scripts {"client/client.js"}
2 changes: 1 addition & 1 deletion integrations/call911/fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ game "gta5"

author "Casper Iversen"
description "/call911 command that connects to SnailyCADv4"
version "0.11.1"
version "0.12.0"

server_scripts {"server/server.js"}
client_scripts {"client/client.js"}
2 changes: 1 addition & 1 deletion integrations/calltaxi/fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ game "gta5"

author "Casper Iversen"
description "/calltaxi command that connects to SnailyCADv4"
version "0.11.1"
version "0.12.0"

server_scripts {"server/server.js"}
client_scripts {"client/client.js"}
2 changes: 1 addition & 1 deletion integrations/calltow/fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ game "gta5"

author "Casper Iversen"
description "/calltow command that connects to SnailyCADv4"
version "0.11.1"
version "0.12.0"

server_scripts {"server/server.js"}
client_scripts {"client/client.js"}
2 changes: 1 addition & 1 deletion integrations/postals/fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ game "gta5"

author "Casper Iversen"
description "This allow you to define custom postals"
version "0.11.1"
version "0.12.0"

server_scripts {"server/server.js"}
2 changes: 1 addition & 1 deletion integrations/sync/fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ game "gta5"

author "Casper Iversen"
description "Sync SnailyCAD with FiveM."
version "0.11.1"
version "0.12.0"

ui_page "nui/index.html"

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@snailycad/fivem-integrations",
"version": "0.11.1",
"version": "0.12.0",
"author": {
"name": "Casper Iversen",
"url": "https://casperiv.dev"
Expand Down Expand Up @@ -51,4 +51,4 @@
"printWidth": 100,
"tabWidth": 2
}
}
}

0 comments on commit 3284060

Please sign in to comment.