Skip to content

Commit

Permalink
Export types
Browse files Browse the repository at this point in the history
  • Loading branch information
tevdoradze committed Nov 24, 2022
1 parent aeb5016 commit e3e9c41
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [v0.1.6] - 24/11/2022

### Features

- Export types

## [v0.1.5] - 24/11/2022

### Features
Expand Down
2 changes: 1 addition & 1 deletion ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurory/dnajs",
"version": "0.1.5",
"version": "0.1.6",
"repository": {
"type": "git",
"url": "git+https://github.com/Aurory-Game/dna.git"
Expand Down
1 change: 1 addition & 0 deletions ts/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from './dna_factory';
export * from './eggs_factory';
export * from './interfaces/types';

0 comments on commit e3e9c41

Please sign in to comment.