Skip to content

Commit 24c164f

Browse files
committed
Bump package version to v2.0.0
1 parent 8bc75a0 commit 24c164f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v2.0.0] 2023-05-02
9+
10+
- Release a new version with a peer dependency on Rollup v3
11+
812
## [v1.2.0] 2021-12-02
913

1014
- Add optional support for `tailwindcss` in CSS-build task [#8](https://github.com/hypothesis/frontend-build/pull/8)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hypothesis/frontend-build",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"description": "Hypothesis frontend build scripts",
55
"type": "module",
66
"exports": "./index.js",

0 commit comments

Comments
 (0)