Skip to content

Commit

Permalink
Prepare v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stratedge committed Feb 20, 2022
1 parent 9d4d317 commit 4542fac
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.2]
### Security
- Bumb dependency `ajv` to 6.12.6

## [1.1.1]
### Security
- Bump dependency `glob-parent` to 5.1.2
Expand Down Expand Up @@ -77,7 +81,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `Binding` class with `BindingInterface`
- `Container` class with `ContainerInterface`

[Unreleased]: https://github.com/halliganjs/service-container/compare/v1.1.1...HEAD
[Unreleased]: https://github.com/halliganjs/service-container/compare/v1.1.2...HEAD
[1.1.2]: https://github.com/halliganjs/service-container/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/halliganjs/service-container/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/halliganjs/service-container/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/halliganjs/service-container/compare/v0.4.0...v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
![npm](https://img.shields.io/npm/v/@halliganjs/service-container)
![npm](https://img.shields.io/npm/dm/@halliganjs/service-container)
![npm bundle size](https://img.shields.io/bundlephobia/min/@halliganjs/service-container)
![Maintenance](https://img.shields.io/maintenance/yes/2021)
![Maintenance](https://img.shields.io/maintenance/yes/2022)

The Service Container provides a very simple, centralized container that stores and resolves libraries, objects, and values to better organize code, manage dependencies, and enhance testability.

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@halliganjs/service-container",
"version": "1.1.1",
"version": "1.1.2",
"description": "A simple reusable service container that can be used with Halligan JS or as a standalone library.",
"files": [
"/dist"
Expand Down

0 comments on commit 4542fac

Please sign in to comment.