From c618b262ef89f40a454685b2fd949de1b26e62bd Mon Sep 17 00:00:00 2001 From: Andreas Atteneder Date: Fri, 14 Apr 2023 10:08:46 +0200 Subject: [PATCH] Release 3.4.0 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d0deeb..0f133a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [3.4.0] - 2023-04-14 ### Added - Support for encoding point clouds (thanks [@camnewnham][camnewnham] for #46) - Point cloud encoding unit test diff --git a/package.json b/package.json index 6b41318..3a79ded 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.atteneder.draco", - "version": "3.3.2", + "version": "3.4.0", "displayName": "Draco 3D Data Compression", "description": "Draco is an open-source library for compressing and decompressing 3D geometric meshes and point clouds. It is intended to improve the storage and transmission of 3D graphics. This package allows you to apply Draco compression to meshes, import Draco files and load them at runtime.", "unity": "2020.3",