From bf923d562843d2ed082cf6c8abec15961129dd41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20S=C3=B6derstr=C3=B6m?= Date: Tue, 31 Oct 2023 02:38:19 +0100 Subject: [PATCH] chore(release): 0.1.1 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dc4e7d..cdd6970 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.1.1](///compare/v0.1.0...v0.1.1) (2023-10-31) + + +### Features + +* add Program::context method 613fabc + ## 0.1.0 (2023-07-04)