Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cressie176 authored Dec 13, 2023
1 parent 8d1ce50 commit e3f2c48
Showing 1 changed file with 34 additions and 30 deletions.
64 changes: 34 additions & 30 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,44 @@
# Change Log

## [2.1.0]
## Unreleased

- Fixed a few typos in the changelog

## 2.1.0

### Added

- confabulous.close - See readme for details

### Update
### Updated

- Update dev dependencies
- Move to prettier

## [2.0.3]
## 2.0.3

### Update
### Updated

- Update dev depenencies

## [2.0.2]
## 2.0.2

### Update
### Updated

- Fix build

## [2.0.1]
## 2.0.1

### Updated

- Update zUnit
- Use new npm token

## [2.0.0]
## 2.0.0

### Breaking Changes

- Updated decrypt processor to use [crypto.createCipheriv](https://nodejs.org/api/crypto.html#crypto_crypto_createcipheriv_algorithm_key_iv_options). Rather than suppying an algorithm and password, now an algorithm, key and initialization vector iare required.
- Updated decrypt processor to use crypto.createCipheriv](https://nodejs.org/api/crypto.html#crypto_crypto_createcipheriv_algorithm_key_iv_options).Rather than suppying an algorithm and password, now an algorithm, key and initialization vector are required.

### Updated

Expand All @@ -46,52 +50,52 @@
- Replace chai with node assert
- Update husky
- Replace travis with github actions
- Replace merge with ramda.mergeDeepRight due to [issue 41](https://github.com/yeikos/js.merge/issues/41)
- Replace merge with ramda.mergeDeepRight due to issue 41](https://github.com/yeikos/js.merge/issues/41

## [1.7.0]
## 1.7.0

### Updated

- Update dependencies

## [1.6.0]
## 1.6.0

### Updated

- Update dependencies

## [1.5.5]
## 1.5.5

### Updated

- Updated dependencies

## [1.5.4]
## 1.5.4

### Updated

- Updated dependencies
- Fixed node deprecation warnings in tests

## [1.5.3]
## 1.5.3

### Updated

- Improved readme

## [1.5.2]
## 1.5.2

### Updated

- Improved readme

## [1.5.1]
## 1.5.1

### Updated

- Improved readme

## [1.5.0]
## 1.5.0

### Added

Expand All @@ -101,45 +105,45 @@

- Dependencies

## [1.4.0]
## 1.4.0

### Added

- Codeclimate automation on push

### Changed
### Updated

- Upgraded dev dependencies

## [1.3.0]
## 1.3.0

### Changed
### Updated

- Updated dev dependencies

## [1.2.0]
## 1.2.0

### Added

- envToCamelCaseProps processor

## [1.1.3]
## 1.1.3

### Changed
### Updated

- Updated package.json description

## [1.1.2]
## 1.1.2

### [Changed]
### Updated

- Updated package.json keywords

## [1.1.1]
## 1.1.1

### [Added]
### Added

- Increasing test coverage
- This changelog

The format is based on [Keep a Changelog](http://keepachangelog.com/)
The format is based on Keep a Changelog](http://keepachangelog.com/)

0 comments on commit e3f2c48

Please sign in to comment.