Skip to content

Commit

Permalink
4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning committed Sep 29, 2024
1 parent 4b180f6 commit 9a0cf02
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/orange-bulldogs-remember.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# import-map-overrides

## 4.0.1

### Patch Changes

- [#114](https://github.com/single-spa/import-map-overrides/pull/114) [`4b180f6`](https://github.com/single-spa/import-map-overrides/commit/4b180f6f34d9a7b6153838819e3b68861158bf39) Thanks [@joeldenning](https://github.com/joeldenning)! - Update inline override icon to avoid CSP issues

## 4.0.0

### Major Changes
Expand Down
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Contributing

## Publishing

```sh
pnpm install
GITHUB_TOKEN=<token> pnpm exec changeset version
git add .
git commit -m "version number"
pnpm exec changeset publish
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "import-map-overrides",
"version": "4.0.0",
"version": "4.0.1",
"main": "dist/import-map-overrides-server.js",
"type": "module",
"repository": "https://github.com/joeldenning/import-map-overrides.git",
Expand Down

0 comments on commit 9a0cf02

Please sign in to comment.