We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebf7112 commit 3c30df0Copy full SHA for 3c30df0
README.md
@@ -144,6 +144,9 @@ node examples/watch/index.js
144
145
## Changelog
146
147
+### v3.0.1
148
+
149
+* Fix mistakes in README.md (2023-04-28)
150
### v3.0.0
151
152
* Update dependencies (2023-04-27)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mapfile-ejs",
3
- "version": "3.0.0",
+ "version": "3.0.1",
4
"description": "Allows you to use Embedded JavaScript (EJS) into MapServer Mapfiles.",
5
"main": "index.js",
6
"type": "module",
0 commit comments