Skip to content

Commit

Permalink
chore: prepare release 0.1.0 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
saw-jan authored Oct 10, 2024
1 parent 9ca0e65 commit b3606d1
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Changelog

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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

### Fixed

### Changed

### Removed

## [0.1.0] - 2024-10-10

### Added

- 3D Model Viewer web extension ✨
- Support `.glb` file format
- Model files navigation
- Fullscreen mode
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-app-3dmodel-viewer",
"version": "0.0.1",
"version": "0.1.0",
"description": "3D model viewer extension for ownCloud Web",
"type": "module",
"author": "Sajan Gurung <[email protected]> (https://sajang.com.np)",
Expand Down

0 comments on commit b3606d1

Please sign in to comment.