Jelajahi Sumber

Merge branch 'master' of github.com:NASA-AMMOS/3DTilesRendererJS into master

Garrett Johnson 3 tahun lalu
induk
melakukan
4be4a8b660
3 mengubah file dengan 5 tambahan dan 11 penghapusan
  1. 2 2
      CHANGELOG.md
  2. 3 3
      package-lock.json
  3. 0 6
      travis.yml

+ 2 - 2
CHANGELOG.md

@@ -4,8 +4,8 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
 and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
 
-## Unreleased
-### Fixed
+## [0.3.3] - 2021-09-08
+### Added
 - Support for embedded tileset / tile geometry URLs with hashes, search query parameters.
 
 ## [0.3.2] - 2021-09-02

+ 3 - 3
package-lock.json

@@ -13491,9 +13491,9 @@
       }
     },
     "tmpl": {
-      "version": "1.0.4",
-      "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz",
-      "integrity": "sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE=",
+      "version": "1.0.5",
+      "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
+      "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==",
       "dev": true
     },
     "to-arraybuffer": {

+ 0 - 6
travis.yml

@@ -1,6 +0,0 @@
-language: node_js
-node_js:
-  - node
-script:
-  - npm run lint
-  - npm test