Skip to content

Commit

Permalink
Release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmortlock committed Dec 1, 2022
1 parent 6d08bea commit 26b46d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
This changelog adheres to [Keep a CHANGELOG](http://keepachangelog.com/).

## Unreleased
## 1.7.0

- [TT-9098] Convert from Mocha to Jest
- [OPS-213] GHActions: add Node 16 and remove Node 10
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": "@sealink/money_beans",
"version": "1.6.0",
"version": "1.7.0",
"description": "Create JS money objects from strings, integers or floats",
"main": "./dist/money.js",
"module": "./dist/money.esm.js",
Expand Down

0 comments on commit 26b46d2

Please sign in to comment.