We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f3eeeb commit 8ef3f5aCopy full SHA for 8ef3f5a
History.md
@@ -1,4 +1,10 @@
1
2
+3.0.1 / 2026-02-11
3
+==================
4
+
5
+ * use nullish coalescing assignment `??=` where possible
6
+ * use `Array.at(-1)` to retrieve last item
7
8
3.0.0 / 2026-01-29
9
==================
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@furkot/directions",
- "version": "3.0.0",
+ "version": "3.0.1",
"description": "Directions service for Furkot",
"author": {
"name": "Damian Krzeminski",
0 commit comments