diff --git a/configs/CHANGELOG.md b/configs/CHANGELOG.md index ade3a413..111a8864 100644 --- a/configs/CHANGELOG.md +++ b/configs/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). -## v0.2.1 +## v0.3.0 ### Added diff --git a/configs/package.json b/configs/package.json index 4ebf8e8a..fa92ad1b 100644 --- a/configs/package.json +++ b/configs/package.json @@ -1,7 +1,7 @@ { "name": "@aragon/osx-commons-configs", "author": "Aragon Association", - "version": "0.2.0", + "version": "0.3.0", "license": "AGPL-3.0-or-later", "typings": "dist/index.d.ts", "main": "dist/index.js",