From 6c904299040358607a983498bca9023f45756dca Mon Sep 17 00:00:00 2001 From: Aaron Dalton Date: Thu, 21 Jul 2022 12:39:39 -0600 Subject: [PATCH] Packaged for 1.2.0 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa3b804..c69f4d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,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). -## [Unreleased] +## [1.2.0] - 2022-07-21 ### Added diff --git a/package.json b/package.json index 9327f18..b4936ac 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@abstractplay/zendo", "private": true, - "version": "1.1.0", + "version": "1.2.0", "description": "A peer-to-peer, synchronous client for playing Zendo online", "author": "Aaron Dalton (https://www.perlkonig.com)", "license": "MIT",