Skip to content
This repository has been archived by the owner on Mar 23, 2020. It is now read-only.

Commit

Permalink
Merge pull request #21 from nawordar/v.0.5.1
Browse files Browse the repository at this point in the history
V.0.5.1
  • Loading branch information
nawordar committed Sep 9, 2019
2 parents c8b8406 + dbf4c5c commit 14fb6a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
9 changes: 0 additions & 9 deletions .npmignore

This file was deleted.

2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## [0.5.0] - 2019-09-09
## [0.5.1] - 2019-09-09
### Added
- `notNull()` method

Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"name": "ts-when",
"version": "0.5.0",
"version": "0.5.1",
"description": "JavaScript functional implementation of switch/case written in TypeScript",
"main": "./lib/when.js",
"types": "./lib/when.d.ts",
"files": [
"/lib",
"!/**/__tests__"
],
"scripts": {
"build": "tsc",
"test": "jest",
Expand Down

0 comments on commit 14fb6a9

Please sign in to comment.