Skip to content

Commit

Permalink
Release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
karniv00l committed Jan 31, 2021
1 parent a5e5c5f commit 8abe78b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/build
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.

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).

## [0.1.3] - 2021-01-31

## Fixed

- proper flow for TypeScript

## [0.1.2] - 2021-01-09

## Fixed
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mlg-converter",
"version": "0.1.2",
"version": "0.1.3",
"license": "MIT",
"description": "MLG log files converter",
"author": "Piotr Rogowski <[email protected]>",
Expand Down Expand Up @@ -29,6 +29,7 @@
],
"scripts": {
"build": "tsc",
"install": "npm run build",
"prepublish": "npm run build",
"start": "tsc --watch",
"lint": "eslint .",
Expand Down

0 comments on commit 8abe78b

Please sign in to comment.