Skip to content

Commit cc29dd9

Browse files
committed
chore(release): v1.0.1
1 parent 7dc6061 commit cc29dd9

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
# Changelog
22

33

4+
## v1.0.1
5+
6+
[compare changes](https://github.com/huang-julien/nuxt-applicationinsights/compare/v1.0.0...v1.0.1)
7+
8+
### 🩹 Fixes
9+
10+
- **deps:** Update all non-major dependencies ([#125](https://github.com/huang-julien/nuxt-applicationinsights/pull/125))
11+
- **deps:** Update all non-major dependencies ([#130](https://github.com/huang-julien/nuxt-applicationinsights/pull/130))
12+
- Augment module entry instead of runtime .nuxt ([#128](https://github.com/huang-julien/nuxt-applicationinsights/pull/128))
13+
- **deps:** Update dependency @nuxt/eslint to v1 ([#124](https://github.com/huang-julien/nuxt-applicationinsights/pull/124))
14+
- **deps:** Update all non-major dependencies ([#131](https://github.com/huang-julien/nuxt-applicationinsights/pull/131))
15+
16+
### 🤖 CI
17+
18+
- Remove corepack ([d54fd02](https://github.com/huang-julien/nuxt-applicationinsights/commit/d54fd02))
19+
- Fix pnpm version ([c7f2eaa](https://github.com/huang-julien/nuxt-applicationinsights/commit/c7f2eaa))
20+
21+
### ❤️ Contributors
22+
23+
- Julien Huang ([@huang-julien](http://github.com/huang-julien))
24+
425
## v0.7.0...v1.0.0
526

627
[compare changes](https://github.com/huang-julien/nuxt-applicationinsights/compare/v0.7.0...chore/1.0.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-applicationinsights",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Application insights integration for Nuxt",
55
"repository": "huang-julien/nuxt-applicationinsights",
66
"license": "MIT",

0 commit comments

Comments
 (0)