Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jerameel committed Feb 7, 2020
1 parent da0436c commit 2eec72b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: npm Pipeline
name: build pipeline

on:
release:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## February 2020
## 1.0.0
- Update documentation

## October 2019
## 0.1.1 (0.0.8)
#### Added
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

[![npm version](https://badge.fury.io/js/genetic-lab.svg)](https://badge.fury.io/js/genetic-lab)

![](https://github.com/jerameel/genetic-lab/workflows/npm%20Pipeline/badge.svg)
![](https://github.com/jerameel/genetic-lab/workflows/build%20pipeline/badge.svg)

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

A lightweight genetic algorithm library.

### Changelog [0.1.1]
### Changelog [1.0.0]

- Added *Typescript* support

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "genetic-lab",
"version": "0.1.1",
"version": "1.0.0",
"description": "A lightweight genetic algorithm library.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 2eec72b

Please sign in to comment.