geojs 1.6.1 → 1.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,14 +18,14 @@ jobs:
18
18
  - uses: actions/checkout@v2
19
19
  - uses: actions/setup-node@v2
20
20
  with:
21
- node-version: 14.x
21
+ node-version: '14'
22
22
  - uses: browser-actions/setup-firefox@latest
23
23
  - run: sudo apt-get install --yes --no-install-recommends cpio optipng
24
24
  - run: sudo apt-get remove --yes fonts-lato
25
25
  - run: fc-list
26
26
  - run: firefox --version
27
27
  - run: google-chrome --version
28
- - run: npm install
28
+ - run: npm ci
29
29
  - run: npm run setup-website
30
30
  - run: npm run ci-xvfb
31
31
  - run: npm run ci-build-website
@@ -86,7 +86,7 @@ jobs:
86
86
  - uses: actions/checkout@v2
87
87
  - uses: actions/setup-node@v2
88
88
  with:
89
- node-version: 15.x
89
+ node-version: '16'
90
90
  - run: npm ci
91
91
  - name: Import artifacts
92
92
  uses: actions/download-artifact@v2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # GeoJS Change Log
2
2
 
3
+ ## Version 1.6.2
4
+
5
+ ### Bug Fixes
6
+
7
+ - Do not name osm layers based on the tile source ([#1154](../../pull/1154))
8
+
9
+ ## Version 1.6.1
10
+
11
+ ### Changes
12
+
13
+ - Build for older browsers ([#1145](../../issues/1145))
14
+
3
15
  ## Version 1.6.0
4
16
 
5
17
  ### Changes