From e300355b9d29b969195af5f8e47ca074fdabe504 Mon Sep 17 00:00:00 2001 From: "lijiacheng.ljc" Date: Tue, 12 Dec 2023 21:14:52 +0800 Subject: [PATCH] chore(release): 1.10.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- src/constants.ts | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 345b15e..e926b43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [1.10.1](https://github.com/opensumi/di/compare/v1.10.0...v1.10.1) (2023-12-12) + + +### Bug Fixes + +* hooked class will be instantiate multiple times ([#119](https://github.com/opensumi/di/issues/119)) ([924bef9](https://github.com/opensumi/di/commit/924bef9e29e077fdbb6a4362d29398429de1b24e)) + ## [1.10.0](https://github.com/opensumi/di/compare/v1.9.0...v1.10.0) (2023-11-09) diff --git a/package.json b/package.json index cb9e682..04456bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opensumi/di", - "version": "1.10.0", + "version": "1.10.1", "description": "A dependency injection tool for Javascript.", "license": "MIT", "main": "dist/index.js", diff --git a/src/constants.ts b/src/constants.ts index 480750d..9b0b66f 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,3 +1,3 @@ // VERSION GENERATED BY standard-version. // See package.json > standard-version for details. -export const VERSION = '1.10.0'; +export const VERSION = '1.10.1';