Skip to content

Commit 91b341a

Browse files
author
Jens Brokfeld
committed
v2.0.6
1 parent e1934e4 commit 91b341a

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

docs/api/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset='utf-8'>
5-
<title>mapfile-ejs 2.0.5 | Documentation</title>
5+
<title>mapfile-ejs 2.0.6 | Documentation</title>
66
<meta name='description' content='Allows you to use Embedded JavaScript (EJS) into MapServer Mapfiles.'>
77
<meta name='viewport' content='width=device-width,initial-scale=1'>
88
<link href='assets/bass.css' rel='stylesheet'>
@@ -15,7 +15,7 @@
1515
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
1616
<div class='py1 px2'>
1717
<h3 class='mb0 no-anchor'>mapfile-ejs</h3>
18-
<div class='mb1'><code>2.0.5</code></div>
18+
<div class='mb1'><code>2.0.6</code></div>
1919
<input
2020
placeholder='Filter'
2121
id='filter-input'

docs/changelog/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Changelog
22

3+
* [v2.0.6](v2.0.6.md)
34
* [v2.0.5](v2.0.5.md)
45
* [v2.0.4](v2.0.4.md)
56
* [v2.0.3](v2.0.3.md)

docs/changelog/v2.0.6.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# v2.0.6
2+
3+
* Fix npm bug

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@stadt-bielefeld/mapfile-ejs",
3-
"version": "2.0.5",
2+
"name": "mapfile-ejs",
3+
"version": "2.0.6",
44
"description": "Allows you to use Embedded JavaScript (EJS) into MapServer Mapfiles.",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)