We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d719ad commit 434cc15Copy full SHA for 434cc15
docs/changelog/index.md
@@ -1,4 +1,5 @@
1
# Changelog
2
3
+* [v2.0.2](v2.0.2.md)
4
* [v2.0.1](v2.0.1.md)
5
* [v2.0.0](v2.0.0.md)
docs/changelog/v2.0.2.md
@@ -0,0 +1,3 @@
+# v2.0.2
+
+* Updated mistaks in `README.md`
package.json
@@ -1,6 +1,6 @@
{
"name": "mapfile-ejs",
- "version": "2.0.1",
+ "version": "2.0.2",
"description": "Allows you to use Embedded JavaScript (EJS) into MapServer Mapfiles.",
"main": "index.js",
6
"bin": {
0 commit comments