Skip to content

Commit 9169823

Browse files
committed
🔖 Prepare release of v1.0.0
Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent 142b0c4 commit 9169823

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ All notable changes to this project will be documented in this file.
99
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1010
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1111

12-
## [Unreleased]
12+
## [1.0.0] - 2024-04-21
1313
### Added
1414
- New feature to add polyfills only for APIs that are used by your code.
1515
This is similar to Babels `useBuiltIns: 'usage'`. Please not that only your code is analyzed and not your third party dependencies.

‎package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-corejs",
3-
"version": "1.0.0-beta.2",
3+
"version": "1.0.0",
44
"description": "âš¡ include core-js polyfills when bundling with rollup",
55
"keywords": [
66
"corejs",
@@ -25,9 +25,9 @@
2525
"types": "./dist/index.d.ts",
2626
"exports": {
2727
".": {
28+
"types": "./dist/index.d.ts",
2829
"import": "./dist/index.es.mjs",
29-
"require": "./dist/index.cjs",
30-
"types": "./dist/index.d.ts"
30+
"require": "./dist/index.cjs"
3131
}
3232
},
3333
"scripts": {

0 commit comments

Comments
 (0)