Skip to content

Commit baf8100

Browse files
committed
v1.1.0
1 parent d31a790 commit baf8100

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v1.1.0](https://github.com/inspect-js/has-strict-mode/compare/v1.0.1...v1.1.0) - 2025-02-11
9+
10+
### Commits
11+
12+
- [actions] reuse common workflows [`cb263fc`](https://github.com/inspect-js/has-strict-mode/commit/cb263fcd3ace28e3ab0f7090b76cf8d378987cd8)
13+
- [meta] use `npmignore` to autogenerate an npmignore file [`1cd5b41`](https://github.com/inspect-js/has-strict-mode/commit/1cd5b41a10cd85b4a902d739181ba718d050fa46)
14+
- [actions] use `node/install` instead of `node/run`; use `codecov` action [`67694bd`](https://github.com/inspect-js/has-strict-mode/commit/67694bdccc7e352634285fd5b05a0d7642fad614)
15+
- [actions] split out node 10-20, and 20+ [`98b86ce`](https://github.com/inspect-js/has-strict-mode/commit/98b86ce0391fc0dd8a691cd1e1fba087dce561f4)
16+
- [readme] add github actions/codecov badges; update URLs [`7b88d99`](https://github.com/inspect-js/has-strict-mode/commit/7b88d99b823f9a379c9b1f7d49b31418487a3cc1)
17+
- [New] add types [`5c97439`](https://github.com/inspect-js/has-strict-mode/commit/5c97439d2a244dc8ab6afdefbc1913ebd703e36c)
18+
- [actions] update rebase action to use reusable workflow [`c3f5176`](https://github.com/inspect-js/has-strict-mode/commit/c3f51766693741f18fcaca530902de6fdc0f27dc)
19+
- [actions] update codecov uploader [`d831d2f`](https://github.com/inspect-js/has-strict-mode/commit/d831d2f914d56a15ce70efa9cbb7ea7235e4c8f4)
20+
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `auto-changelog`, `in-publish`, `tape` [`8493fc8`](https://github.com/inspect-js/has-strict-mode/commit/8493fc81e39f160cb37b929ab28a6e73df79e096)
21+
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `auto-changelog`, `safe-publish-latest`, `tape` [`311bdc3`](https://github.com/inspect-js/has-strict-mode/commit/311bdc3ec67f78031df802ddc78f6427e9220119)
22+
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `safe-publish-latest`, `tape` [`157f281`](https://github.com/inspect-js/has-strict-mode/commit/157f2813209de61acba5b6f061f192cf43dd8801)
23+
- [Dev Deps] update `@ljharb/eslint-config`, `auto-changelog`, `npmignore`, `tape` [`1012aa3`](https://github.com/inspect-js/has-strict-mode/commit/1012aa3f0218423a1bf68588c4922650ccbb5195)
24+
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `tape` [`4251bed`](https://github.com/inspect-js/has-strict-mode/commit/4251bed5de8e7d5f5c43606a666276ca3b33349e)
25+
- [meta] add missing `engines.node` [`d31a790`](https://github.com/inspect-js/has-strict-mode/commit/d31a790855de88c99875d74ed9e74f0051dbd639)
26+
- [Tests] replace `aud` with `npm audit` [`dc2517d`](https://github.com/inspect-js/has-strict-mode/commit/dc2517d82dac4778329ee5d342a63595cee65f97)
27+
- [meta] use `prepublishOnly` script for npm 7+ [`1c59379`](https://github.com/inspect-js/has-strict-mode/commit/1c59379c0f3253168b7ee8feb23ea9d398751cd5)
28+
- [Dev Deps] add missing peer dep [`5fd2f03`](https://github.com/inspect-js/has-strict-mode/commit/5fd2f03c85a4df5a0772d0f3b1ae61ad7206c03f)
29+
830
## [v1.0.1](https://github.com/inspect-js/has-strict-mode/compare/v1.0.0...v1.0.1) - 2020-12-14
931

1032
### Commits

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "has-strict-mode",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Does the current JS environment have strict mode? ES5+ should; but let's not assume.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)